my $mech = WWW::Mechanize->new; $mech->get($url); $mech->get( $mech->find_link(text=>$file)->url, ":content_file"=>"$loc +al_file" ); [download]
In reply to Downloading first X bytes of a file by pc0019