http://qs321.pair.com?node_id=11128333


in reply to LWP::UserAgent throwing 1010 error

any advice on matching nested structures like html would also be appreciated

Replies are listed 'Best First'.
Re^2: LWP::UserAgent throwing 1010 error
by haukex (Archbishop) on Feb 13, 2021 at 17:34 UTC
      thank you those are great, I think I will try MOJO
Re^2: LWP::UserAgent throwing 1010 error
by 1nickt (Canon) on Feb 13, 2021 at 15:02 UTC

    "any advice on matching nested structures like html would also be appreciated "

    Here you go: Never send a regexp to do a parser's work.

    Hope this helps!


    The way forward always starts with a minimal test.
      ahhh true it does, thanks for that