in reply to Re: Re: print the whole linein thread print the whole line
my $content = get($url); print $content =~ /^(.*abc.*\n)/m; [download]