Is any other modules is in perl to extract the webpage content other than LWP modules? I wanted to read a web page content in perl without using any LWP modules.
Thanks, Krishna
Is any other modules is in perl to extract the webpage content other than LWP modules? I wanted to read a web page content in perl without using any LWP modules.
Thanks, Krishna
A very powerful alternative is contained in Mojolicious as part of the web framework. There's a UserAgent which works pretty good together with the DOM parser.
See this answer with a small real world example.