Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: How do I read POST data that is not encoded, and was submitted without a parameter name

by sevensven (Pilgrim)
on Dec 15, 2001 at 00:20 UTC ( [id://132061]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub parse_params {
        my($self,$tosplit) = @_;
    ...
            push (@{$self->{$param}},$value);
        }
    }
    
  2. or download this
    package xmlCGI;
    use CGI;
    ...
        }
    }
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 05:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found