RE: [Perl-unix-users] Executable files

2003-03-31 Thread Burak Gürsoy
[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

[Perl-unix-users] Executable files

2003-03-29 Thread haze_hutmacher
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... __