Help for this page

Select Code to Download


  1. or download this
    # before the loop
    sub enquote {
      return { map { qq("$_") => undef } @_ };
    ...
          }
        }
      }
    
  2. or download this
    sub enquote {
      return { map { qq("$_") => 1 } @_ };
    }
    ...
          print FOUT $errorMessage;
        }
      }