Irfan Sayed Wed, 18 May 2011 00:07:25 -0700
hi, i need to catch "error" word in log file
i used reg exp like this : if ($_ =~ /\berror\b/) is this correct ? --irfu