Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How to debug CGI scripts?

by davorg (Chancellor)
on Aug 25, 2006 at 13:25 UTC ( [id://569574]=note: print w/replies, xml ) Need Help??


in reply to How to debug CGI scripts?

There is nothing complex about debugging a CGI program. It takes input either from the environment (in the case of a GET request) or from stdin (in the case of a POST) and writes output to stdout. So you just need to set up the correct environment variables and then you can step through your program debugging it with the standard Perl debugger.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://569574]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found