http://www.perlmonks.org?node_id=720929

jonnyfolk has asked for the wisdom of the Perl Monks concerning the following question:

Having picked up the content of a web page in a previous subroutine I would like to do some work on it using Mechanize, however I can't see how to get the contents of the variable: $contains_html into Mechanize. I can easily print a temporary file and use the url to do this, but that seems a clumsy extra step to me.

Any suggestions?

Replies are listed 'Best First'.
Re: WWW::Mechanize get($variable)
by Corion (Patriarch) on Nov 02, 2008 at 10:50 UTC