Help for this page

Select Code to Download


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