Help for this page

Select Code to Download


  1. or download this
    my $total_size =0;
    find{ sub $total_size += -s if -f}, '.');
    print $total_size, "\n";
    
  2. or download this
    use warnings;
    use strict;
    ...
    }
    $a=1
    print $a;