Help for this page

Select Code to Download


  1. or download this
    C:\Perl\>perl Print_dirs.pl "C:/Perl/"
    
  2. or download this
    #!/bin/perl
    
    ...
        my $size_in_bytes = shift;
        return $size_in_bytes / (1024 * 1024);
    }