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

Re: STDIN ..???

by ikegami (Patriarch)
on Jan 03, 2010 at 03:00 UTC ( [id://815370]=note: print w/replies, xml ) Need Help??


in reply to STDIN ..???

[ Please remove the <b> tag, or at least match it with a </b> tag. ]

Is there a comparable snippet of code to received any data from a form without a parsing routine..??

That makes no sense. The data from the form is sent as an HTTP request, which itself is sent as a bunch of bytes. Parsing means giving meaning to those bytes. You can't have the form data without parsing the request.

My best guess is that you want to get the name of the submitted fields. If so, you can get those using my @names = $cgi->params()my @names = $cgi->param().

Log In?
Username:
Password:

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

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

    No recent polls found