Help for this page

Select Code to Download


  1. or download this
    for my $i ($TTYFIRST..$TTYLAST) {
      Tty_check($i,$start_ts,$end_ts,$selectedserver);
    }
    
  2. or download this
    my %ttys;
    for $line (`aml_read /l trace /h $_[3] /a commproc /s $_[1]  /b $_[2] 
    +/d all`) {
    ...
    for my $tty (sort { $a <=> $b} keys %ttys) {
     print "Count for $tty: $ttys{$_}\n";
    }