in reply to Re: *tips his hat*
in thread Error running test script under activeperl (was: *tips his hat*)
The line in the example is correct (and working) for ActiveState's default installation, but as long as the web server and all is on the same drive, #!/perl/bin/perl -w will be good enough. Although I do recommend installing in C:\usr instead to fit the standard #!/usr/bin/perl -w.
Of course, if you never ever will test your CGI's locally, you can just ignore this post. :)
|
|---|