Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: form parsing

by jeroenes (Priest)
on Oct 09, 2001 at 13:40 UTC ( [id://117682]=note: print w/replies, xml ) Need Help??


in reply to form parsing

For a blessfull change, try to use the CODE tag.

Second, read the docs, eg CGI.

Than, your code can be shuffled into:

for my $field ($cgi->param){ $cgi->param($field) =~ s/search/replace/g; }

Try subsequently to rethink your regexes...

Jeroen
"We are not alone"(FZ)

Update /me humbly crawls in the dust, ashamed of the mere suggestion, let alone the naked fact, of the use of $cgi->param as an l-value. I just was not thinking, that's the only thing I can come up with. That's not even an excuse. As a self-proclaimed punishment:

open LETEVERYBODYKNOW, ">/var/www/index.html"; print LETEVERYBODYKNOW "Thou shall not use CGI's param as an l-val +ue\n" for 1..117682;
I believe merlyn and tilly have some runable code, actually.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://117682]
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-25 07:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found