Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Strange CGI problem with POST

by extremely (Priest)
on Mar 20, 2001 at 07:16 UTC ( [id://65619]=note: print w/replies, xml ) Need Help??


in reply to Re: Strange CGI problem with POST
in thread Strange CGI problem with POST

CGI.pm's ReadParse is fine. Don't fix what isn't broke. Update them as you are forced to revisit them.

Also, you don't have to use the Object Method system with CGI if you don't wish to. use CGI qw(:standard); will let you call most of the CGI methods as direct subroutines. $username= param('username'); is nice.

--
$you = new YOU;
honk() if $you->love(perl)

Log In?
Username:
Password:

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

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

    No recent polls found