Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: CGI form on click new window display

by edoc (Chaplain)
on Jan 31, 2005 at 16:24 UTC ( [id://426645]=note: print w/replies, xml ) Need Help??


in reply to Re^2: CGI form on click new window display
in thread CGI form on click new window display

That's a server error which means your script is failing. Make sure you have the following at the top of your code:

#!/usr/bin/perl use strict; use warnings;

then run your script and check your error logs. The logs should tell you what the problem is.

cheers,

J

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found