hi,

i need to catch "error" word in log file 

i used reg exp like this : 

if ($_ =~ /\berror\b/)
is this correct ?

--irfu

Reply via email to