From: "Chad A. Adlawan" <[EMAIL PROTECTED]>
To: <debian-isp@lists.debian.org>
Sent: Monday, April 10, 2000 1:30 PM
Subject: tracing a PERL cgi script


> hello,
>
>    were trying oto debug this _big_ PERL web application (lots of forms,
etc, whatever) and it seems like were really lost w/ its code.
>    is there any way that you can do a line by line trace when a PERL
code is executed on the web that way, we'll have some idea w/c goes where
?
>

if you use the CGI module:
perl -d -w script.pl name=value name=value...

Damyan Ivanov
[EMAIL PROTECTED]


Reply via email to