Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: I have a lot of problems w/ my scripts, but this may be the biggie. Please read

by chromatic (Archbishop)
on Jan 07, 2001 at 05:08 UTC ( [id://50300]=note: print w/replies, xml ) Need Help??


in reply to I have a lot of problems w/ my scripts, but this may be the biggie. Please read

Choosing the extension of your CGI scripts depends on your web server configuration. Without knowing more about that, it's difficult to assist you.

Most issues are tangentially related to Perl (but lots of people here do have experience with these sorts of things). The first resource I ever used is this FAQ (don't let the name throw you).

You will probably want to start your script with:

#!/usr/bin/perl -wT use strict; use diagnostics; use CGI;
I have not read your book. If it does not explain strict and CGI.pm, it is probably incomplete and may lead you astray. We can provide you with links to more complete information if this is the case.
  • Comment on Re: I have a lot of problems w/ my scripts, but this may be the biggie. Please read
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found