Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I have some dynamically generated web pages which I'd like to give the user a chance to email (an *email this page to someone* button). Given that regenerating the html content for the email would be silly, I am trying to grab the source of the page the user is seeing, which I will then parse as necessary and build the email out of.
I've read through a bunch of modules (including LWP and HTML::Parse) and couldn't come up with anything.
Any ideas?
Thanks.
Back to
Seekers of Perl Wisdom