by@line = split(/ /,$_); $test = $line[2]; if ($test == '<stuff>')
then remove the '$_ =~' part, and use a regular expression in m/ /if ( $_ =~ m/<stuff>/ )
In reply to Re: String evaluation of log files
by momo33
in thread String evaluation of log files
by Wes_M
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |