[EMAIL PROTECTED]
> Sent: Friday, March 28, 2003 1:25 AM
> To: [EMAIL PROTECTED]
> Subject: [Perl-unix-users] Executable files
>
>
>
> A little help please with turning a short perl script into an
> executable. I have tried
>
> $perlcc -o hello hello.pl
>
> on
A little help please with turning a short perl script into an executable. I have tried
$perlcc -o hello hello.pl
only to be rewarded with lots of No Library found errors. Obviously a config error,
but what do I need to load to get this to work?
Thanks...
__