Help for this page

Select Code to Download


  1. or download this
    sub bool_to_regexp
    {
    ...
            }
            $qrycmd .= "";
    }
    
  2. or download this
    my $req = bool_to_regexp($ARGV[0]);
    print "using $req ...\n";
    ...
      }
    }
    close FILE;
    
  3. or download this
    my $req = bool_to_regexp($ARGV[0]);
    print "using $req ...\n";
    ...
      }
    }
    close FILE;