I am new to perl. I am writing cgi scripts and have to add the -w flag on the first line of the script which reads:
#!/usr/bin/perl
in order for the browser to execute the script. If I leave it off the script will not execute. Why? What changes do I need to make in order for scripts to run without the -w flag?
Mike
----
mspencer@neo.rr.com