Help for this page

Select Code to Download


  1. or download this
        Bytes_read => 40960,
        BlockSize  => 40960,
    
  2. or download this
    c:\test>wget --passive-ftp ftp://ftp.perl.org/pub/CPAN/ports/win32/Sta
    +ndard/x86/perl-5.6.0.tar.gz
    --04:26:04--  ftp://ftp.perl.org/pub/CPAN/ports/win32/Standard/x86/per
    +l-5.6.0.tar.gz
    ...
    c:\test>ftp-get -SIZE=4096
    Got 5443601 bytes at 300668.379/second
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    printf "Got %d bytes at %.3f/second\n",
        $size, $size / ( time() - $start );