in reply to Re: Re: Unwanted interpolation in backquoted stringin thread Unwanted interpolation in backquoted string
$good = do { local @ARGV = ($file); join '', map { /$vals[0]/i ? (split)[1]."\n" : () } <>; }; [download]