Help for this page

Select Code to Download


  1. or download this
    @array_and = 'AND'
    
  2. or download this
    use CGI qw(:standard Vars);
    use CGI::Carp qw(warningsToBrowser fatalsToBrowser);
    ...
    
    map { print ("$_ = $form{$_}<br>\n"); } keys(%form);
    print end_html();