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

Re^3: hidden variables with encType="multipart/form-data"

by Anonymous Monk
on Jul 26, 2009 at 19:25 UTC ( [id://783370]=note: print w/replies, xml ) Need Help??


in reply to Re^2: hidden variables with encType="multipart/form-data"
in thread hidden variables with encType="multipart/form-data"

Really? Looks like you've updated line 127 to #    my $req = new CGI; :)

print"<hr>$URL<br>$Half_Credit_Limit<br>$req->param('URL')<hr>";
won't call method param, string interpolation doesn't work like that. Try
print "<hr>", $req->Dump, "<hr>";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-28 11:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found