Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI;
    ...
    my $zip     = $q -> param('zip');
    my $phone   = $q -> param('phone');
    and so on....
    
  2. or download this
    use strict;
    no strict 'refs';
    ...
        my $variable = $field;            
        $$variable = param( $field );    
    }