Subject: | downloaded file isn't saved correctly. |
in download function, $mech->get doesn't save the file correctly. The
callback in $mech->get is for displaying a nice progressive bar,which is
great, but the some bits missing in the saved file.
following code working but without nice progressive info.
$mech->get(
$dl,
':content_file' => $file_name);
//&_progress( $file_size, $file_size ) if $verbose;file_size ) if $verbose;
this module is a very good start.