in reply to Re: Using WWW::Mechanize to save contents of downloaded file
in thread Using WWW::Mechanize to save contents of downloaded file

Thank you so much ...I ended up with this code :
$mech->get ($Url,':content_file' => 'filename.csv'); $mech->get( 'filename.csv' );