in reply to Interactive debug of CGI.pm script with requests from a browser
Last time I was going to write a CGI program, I was pointed to template toolkit in #perl irc channel. I recommend switching to that system (or other template based system). It made me gain many time.
I don't have any tip about debugging cgi with perl debugger. I use print STDERR / Data::Dumper for that.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Interactive debug of CGI.pm script with requests from a browser
by chrestomanci (Priest) on Jul 08, 2011 at 21:40 UTC |