I would like to know what module you like to use when tracing/debugging CGI scripts and/or command-line programs. Perhaps one where you can set and control debug levels via environmental variables or configuration files.... as I write this Log::Log4perl magically sprung into my consciousness. If I don't hear anything supportive of something greater, then that shall be my choice. Be well all, - pawn.#!/usr/bin/env perl use strict; use warnings; my $debug = 1; # ... tralalalalala warn $val if $debug ; # this we want to end!
In reply to What module do you like for debugging CGI scripts by metaperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |