Search Results

1
vote

How can I extract URLs from a web page in Perl?

HTML is a structured markup language that has to be parsed to extract its meaning without errors. The module Sherm listed will parse the HTML and extract the links for you. Ad hoc regular expressio …