On Mon, 21 Aug 2000 [EMAIL PROTECTED] wrote:
>Im trying to get my perl scripts to work so I can work on the on my system
>instead of having to play with the upload and download on windows crap. I
>cant get it to execute the perl scripts though. They are called *.cgi, but I
>know i cant the the *.pl's working either. Can anyone help me?
.CGI files are CGI scripts. I don't believe this is proper Perl, it is a
different kind of scripting language.
To run something.pl you need to start it with
#!/usr/bin/perl (or wherever your perl is in the path),
write the script beneath it, and chmod +x something.pl. This last one is
important, you can't execute a non-executable file.
Good luck!
Paul
--
There are 3 billion women in the world
who don't look like supermodels,
and only 8 who do...
)0( [[EMAIL PROTECTED]] )0(
http://nlpagan.net - ICQ 147208
Registered Linux User 174403
-=PINE 4.21+Linux Mandrake 7.1=-