Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: CGI hidden input value wrongly assigned.

by mbadolato (Hermit)
on Jun 13, 2006 at 04:42 UTC ( [id://554948]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    $thisscript = 'foo';
    ...
    print submit('Logout');
    print end_form;
    print p("line 115");
    
  2. or download this
    <p>line 109</p><form method="post" action="foo" enctype="multipart/for
    +m-data">
    <input type="hidden" name="action" value="logout"  /><input type="subm
    +it" name="Logout" value="Logout" /></form><p>line 115</p>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found