English filter ?

2002-05-01 Thread Kevin Cornmell
aliases. Failing that any suggestions - perl/sed/awk etc - ( its a perl list so Im expecting bias :*) ) Regards Kevin Cornmell ** excuse the mandatory emailserver disclaimers *** ** This email is intended for the named

RE: Patterm Matching

2002-04-24 Thread Kevin Cornmell
++ Please read the disclaimer at the bottom of this e-mail. ++ Or try anchoring that regex. if ($radentry =~/\n\n$/){ foo; } -Original Message- From: John W. Krahn [mailto:[EMAIL PRO

RE: searching a large file

2002-03-01 Thread Kevin Cornmell
the drift... if($string =~/(.{300})stringtomatch(.{200})/}{ if ($1 = /look for/)[ } if ($2 = /whatever/){ ... } } Regards Kevin Cornmell LCH Tech Ops CA Ingres DBA 020