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