Help for this page

Select Code to Download


  1. or download this
    %ttys = ();
    
    ...
    foreach $user (sort keys %ttys) {
     print "$user: @{$ttys{$user}}\n";
    }