Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: CGI hidden input value wrongly assigned.

by mbadolato (Hermit)
on Jun 13, 2006 at 04:42 UTC ( #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 avoiding work at the Monastery: (5)
As of 2023-12-10 19:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?