Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Will this work?

by Anonymous Monk
on May 21, 2010 at 06:34 UTC ( [id://841030]=note: print w/replies, xml ) Need Help??


in reply to Will this work?

First thing you'll want to do is change
#!/usr/local/bin/perl
to
#!/usr/local/bin/perl -T -- use strict; use warnings; use CGI();
Then you should forget about your program for a while and do some reading. The following reading list covers everything currently present in your program (you need strictures, you need lexical variables, and you need CGI, and there are alternatives to double quotes). Eventually you'll want to read the following also

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found