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 …
0
votes
What constitutes effective Perl training for non-Perl developers?
Based on my experience in the workplace I'd recommend beginning with Perl's documentation (already covered here) and spend some time showing the student how to test code on the command line. It's r …
