Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper \%FORM;
    
  2. or download this
    use CGI qw/:standard/;
    $sth_ins->execute( param('firstname'), param('lastname'), param('state
    +'), param('country') );