in reply to Re: problems with CGI module's command line debugging
in thread problems with CGI module's command line debugging
Thanks for taking a look Your Mother. Your solution works for me using the pragma:
use CGI qw{:standard -debug};Then I can use all the formats shown in the CGI docs as long as they are surrounded by quotes. As a result, the CGI docs need patching. Do you have the ability to submit a patch? I do not. I've tried it before, and I spent all day and got nowhere.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: problems with CGI module's command line debugging
by Your Mother (Archbishop) on Apr 05, 2014 at 03:14 UTC |