Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            printf "%s:\t%.2fMB\n", $user, $sum{$user}/1024/1024;
        }
    }