Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Life, Love and CGI::Application::Plugin::ValidateRM (and Friends)

by rhesa (Vicar)
on Nov 09, 2008 at 08:55 UTC ( [id://722463]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <form action="myapp">
    <input type="hidden" name="rm" value="save">
    <input type="hidden" name="user" value="1">
    
  2. or download this
    sub edit {
        my $self = shift;
    ...
        my $user_id = $self->session->param( 'user' ); # retrieve it
        ...
    }
    
  3. or download this
    sub display_form {
       ...
    ...
       # submission was ok, process the data
       ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-24 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found