Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RE: Perl to CGI

by Cirollo (Friar)
on Aug 17, 2000 at 20:16 UTC ( [id://28321]=note: print w/replies, xml ) Need Help??


in reply to Perl to CGI

It appears that you aren't using CGI.pm (using it is a Good Idea) so if you want to test your program with variables, you can either just write them into the program ($cgi_var = "foo";) or you can use the perl debugger (with perl -d) and set variables by hand there.

You should be able to see your errors in the server error log, and if you want errors to go to the browser, take a look at CGI::Carp. use CGI::Carp qw(fatalsToBrowser); will send error messages to the browser.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (None)
    As of 2024-04-25 01:51 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found