Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: simple cgi script error

by gryphon (Abbot)
on May 24, 2005 at 17:18 UTC ( [id://460093]=note: print w/replies, xml ) Need Help??


in reply to [untitled node, ID 460085]

Greetings Angharad,

Debugging through PM posts isn't optimum for this sort of thing, but here are a couple of ideas that come my mind:

  • Ensure the file is a UNIX file, not DOS
  • Ensure the #! line is at line 1
  • Remove the first print line and replace with one of the two following things:
    • my $cgi = new CGI; print $cgi->header;
    • use CGI qw(header); print header;
  • Run the script from the command-line and post what you get

gryphon
Whitepages.com
code('Perl') || die;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-23 17:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found