in reply to String evaluation of log files
@line = split(/ /,$_); $test = $line[2]; if ($test == '<stuff>') [download]
if ( $_ =~ m/<stuff>/ ) [download]