Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Pathetic Question

by wardk (Deacon)
on Jul 26, 2001 at 01:54 UTC ( [id://99826]=note: print w/replies, xml ) Need Help??


in reply to How to read parameters passed from a HTML page?

this is a starter script for you, but you really should become one with the CGI module documentation (put CGI in the search field up there to the left) :-)

perldoc CGI <enter>

#!/usr/bin/perl $|++; use strict; use CGI qw/:standard/; my $field1 = param('field1'); my $field2 = param('field2'); # do something ...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found