in reply to Is there a way to continue downloads when using WWW::Mechanize?
update: example
C:\>GET http://crazyinsomniac.perlmonk.org/css/+.css /* Here be PodMaster's modifications/additions */ textarea {width: 100%; height: 25em;} C:\>GET -H "Range: bytes=50-" http://crazyinsomniac.perlmonk.org/css/+ +.css textarea {width: 100%; height: 25em;} C:\>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is there a way to continue downloads when using WWW::Mechanize?
by Kanji (Parson) on Jul 20, 2004 at 13:16 UTC |