Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use warnings;
    ...
         printf "%-10s %10s %10s \t %.2f\n",$x,$totalSession{$x},$dSession
    +{$x},  $averageSession;
    }