Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Re: Calling a sub from a button

by George_Sherston (Vicar)
on Oct 25, 2002 at 23:43 UTC ( [id://208178]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <FORM ACTION="yourscript.pl" METHOD="POST">
    <!-- insert other form inputs here -->
    ...
    <INPUT TYPE="SUBMIT" NAME="Action" VALUE="Run Bar">
    <INPUT TYPE="SUBMIT" NAME="Action" VALUE="Store Event">
    </FORM>
    
  2. or download this
    use CGI qw/:standard/;
    
    ...
            h1 'you have to call this from the form!',
            end_html;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found