Help for this page
C:\Perl\>perl Print_dirs.pl "C:/Perl/"
#!/bin/perl ... my $size_in_bytes = shift; return $size_in_bytes / (1024 * 1024); }