- or download this
my $progress = $mw->Toplevel();
$progress->title("Download progress");
...
$percent_done = ( $block_count / $file_size ) * 100;
$mw->update();
}
- or download this
sub hash {
my $ftp = shift; # self
...
$b = 512 if $b < 512;
${*$ftp}{'net_ftp_hash'} = [$h, $b, $p];
}
- or download this
# call the subroutine with the number of #'s notionally.
&$hashh ( int($count / $hashb), $hashp);
- or download this
package InContact::FTP;
#
...
=cut
1;