Help for this page

Select Code to Download


  1. or download this
    use HTTP::Size;
    my $total = 
        HTTP::Size::get_sizes( 'http://www.perlmonks.org' );
    print "$total\n";