Debugging from Command Line
Debugging from Command Line
- Programs run from command line or perl -d
- Pass CGI parameters as arguments
% doit.pl dinosaur=barney color=purple
- Program waits for parameters on stdin
% doit.pl(waiting for parameters on stdin)dinosaur=barneycolor=purple^D