Help for this page
%ttys = (); ... foreach $user (sort keys %ttys) { print "$user: @{$ttys{$user}}\n"; }