as long as you have your:
#!/usr/bin/perl
line at the top... The only other thing you should need to do is to make
the program executable....
chmod 755 programname.pl
the 755 is just an example, not necessarily right in all cases... you may
want to read up a bit on unix permissions to get a complete grasp of what's
going on...
good luck...
brent
"Bryan Gmyrek"
<Bryan.Gmyrek@inc To: <[EMAIL PROTECTED]>
eptor.com> cc:
Subject: Why do I have to type 'perl
06/11/01 10:39 AM programname.pl' ???
How do I set up my Linux system so that I don't need to type:
$perl programname.pl
but just
$programname.pl
to get the program to run??
Thanks!