$string =~ s/\A\s+@QUERY/@QUERY/ [download]
$string = substr($string, index($string, '@QUERY')); [download]
In reply to Re: strip out lines until match by ccn in thread strip out lines until match by alienhuman