in reply to
Re^2: CGI redirect
in thread
CGI redirect
You still have options:
See if
CGI::Carp qw(fatalsToBrowser);
is of any use
Install a web server locally and test your script there
Run your script locally (without a web server) and see if you can make any sense of the output
Perl 6
- links to (nearly) everything that is Perl 6.
Comment on
Re^3: CGI redirect
Download
Code
In Section
Seekers of Perl Wisdom