Have a Perl script that just gives you a blank page and can’t figure out what error it’s giving?
You can run it on the command line, including GET params like so:
http://something.com/cgi-bin/x.pl?x=y&t=j
becomes
./x.pl x=y t=j
Have a Perl script that just gives you a blank page and can’t figure out what error it’s giving?
You can run it on the command line, including GET params like so:
http://something.com/cgi-bin/x.pl?x=y&t=j
becomes
./x.pl x=y t=j