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