Help for this page
<input type="submit" name="action" value="button1"> <input type="submit" name="action" value="button2"> <input type="submit" name="action" value="button3">
my $query = CGI::new(); #assign value to $action my $action = $query->param('action');
if ($action eq 'button1') { #do your thing }elsif ($action eq 'button2'){ #do another thing }
www.com | www.net | www.org
No recent polls found