Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Troubleshooting Perl CGI scripts

by brian_d_foy (Abbot)
on Aug 06, 2004 at 00:49 UTC ( [id://380424]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print
    header()
    
  2. or download this
    $|++;                            #sets $| for STDOUT
    $old_handle = select( STDERR );  #change to STDERR
    $|++;                            #sets $| for STDERR
    select( $old_handle );           #change back to STDOUT
    
  3. or download this
        use CGI qw(-debug)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 23:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found