Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Re: Conflict between CGI.pm & dbm Files?

by hiseldl (Priest)
on Sep 30, 2002 at 23:45 UTC ( [id://201895]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Conflict between CGI.pm & dbm Files?
in thread Conflict between CGI.pm & dbm Files?

Add:

#!/apps/PERL5/bin/perl use CGI qw(:standard); use CGI::Carp qw/ fatalsToBrowser /; # remove for production use strict; $|=1; # do not buffer output ...

This will turn off buffering for your CGI script and print everything directly so that you can see what your script is outputing. The output should appear in your browser.

--
hiseldl
What time is it? It's Camel Time!

Log In?
Username:
Password:

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

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

    No recent polls found