in reply to Re: Re: LWP not returning leading spaces in web page
in thread LWP not returning leading spaces in web page
I updated the regex to (I believe) properly look for individual lines with leading spaces and some text.if ($r->content =~ m/^\s+\S$/m)
Your regex doesn't do what you claim it does. This regex looks for
-- Hofmator
|
|---|