Dhanashri Bhate [DB], on Tuesday, December 20, 2005 at 16:51 (+0530)
thinks about:


DB> I am currently automating some UI tests with the help of WWW::Mechanize
DB> module.
DB> I need to save images on a webpage.
DB>     print "Found the image, reference is : $imageref\n";

if you have URL in $imageref, what is problem with saving ?
$mech->get($imageref);

and save_contents() aka you'll sure find in Mechanize module.

-- 

How do you protect mail on web? I use http://www.2pu.net

[You forgot to do your backup 16 days ago.  Tomorrow you will need that
version.]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to