Addendum
By "use %ENV" I mean, one of my scripts that works looks like this
#!C:\Perl\bin\perl.exe
print
"Content-type: text/plain\n\n";
print "Heya.";
one that does NOT work, looks like this
#!C:\Perl\bin\perl.exe
print
"Content-type...
I've written a few basic perl scripts for my server. When I run them from the command line, they work fine. Also, if I run them online, they also work fine, unless I'm trying to do something with %ENV, in which case, my browser just keeps trying to access the page, but never goes anywhere...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.