[thelist] Perl/CGI help

Jay Blanchard jay.blanchard at niicommunications.com
Wed Sep 25 06:51:01 CDT 2002


[snip]
> Ah, yes there is. If I put a "#" in front of it, does that comment it out?
>

yeah, and it will keep those warnings from showing up. (they are just
warnings) but it may be better to fix
the underlying problems.

#!/usr/bin/perl
[/snip]

Late to the thread ...

Just to clarify, the first line of the PERL script is a 'bash' line which
appears to be commented out, but isn't. It is the line that lets the script
know where the PERL .exe is. It is best to follow the bash line with 2 blank
lines before any script is started.

HTH!

Jay





More information about the thelist mailing list