Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: use CGI; help or a tutorial?

by gmax (Abbot)
on May 18, 2003 at 06:45 UTC ( [id://258960]=note: print w/replies, xml ) Need Help??


in reply to use CGI; help or a tutorial?

About your specific problem, you need to export the ":standard" keyword from CGI.

#!/usr/bin/perl -wT use strict; use CGI qw/:standard/; # <-------- You need this # --- print hr; # ---

Have a look at our Tutorials section, where there are several CGI-related lessons and check Ovid's course on CGI (off site)

_ _ _ _ (_|| | |(_|>< _|

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 03:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found