On Tue, 07 Dec 2010 01:24:57 -0800, Jonathan Pool wrote:
>> Are you familiar with the perl debugger?
> 
> Thanks much for your reply. I haven't used the debugger, partly because
> its documentation describes it as an interactive tool and it's not clear
> to me how that works in my context. The script is executed by httpd in
> response to a browser form submission, which includes a file upload.

Every CGI program should be testable from the command line (and CGI.pm 
can read arguments from there).  But if that doesn't work, there is a way 
to remotely invoke the debugger in this situation.  Rather than retype 
it, I googled and found it in a Perl Journal article saved at http://
www.foo.be/docs/tpj/issues/vol4_3/tpj0403-0008.html .

-- 
Peter Scott
http://www.perlmedic.com/     http://www.perldebugged.com/
http://www.informit.com/store/product.aspx?isbn=0137001274
http://www.oreillyschool.com/courses/perl3/

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to