in reply to Re: pattern match on entire filein thread pattern match on entire file
@file = <FILE>; $temp = join('',@file); [download]
$file = join '', <FILE>; [download]