Help for this page

Select Code to Download


  1. or download this
    while (my $line = <$fh>) {
    chomp($line);
    my ($uid, $login, $cpupr, $cpunpr, @data) = (split("\t",$line));
    }
    
  2. or download this
    if ($line =~ /TOTAL COMMAND SUMMARY/)