in reply to Re: Is there a way to continue downloads when using WWW::Mechanize?
in thread Is there a way to continue downloads when using WWW::Mechanize?

Perhaps then...

my $offset = how_much_already_downloaded($link); $mech->get($link, Range => "bytes=$offset-");

    --k.


  • Comment on Re^2: Is there a way to continue downloads when using WWW::Mechanize?
  • Download Code