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


in reply to Re: LWP::UserAgent throwing 1010 error
in thread LWP::UserAgent throwing 1010 error

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

My posts Parsing HTML/XML with Regular Expressions and Why a regex *really* isn't good enough for HTML and XML, even for "simple" tasks and their replies include example code for a bunch of different modules. I might suggest Mojo::DOM because of its IMHO nice API.

  • Comment on Re^2: LWP::UserAgent throwing 1010 error

Replies are listed 'Best First'.
Re^3: LWP::UserAgent throwing 1010 error
by throwaway (Novice) on Feb 13, 2021 at 18:14 UTC
    thank you those are great, I think I will try MOJO