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