Help for this page

Select Code to Download


  1. or download this
    while (<>)
    {
    ...
        $net_activity{$source}{$destination} += $bytes;
      }# ignore comments
    }# read in each line of the net log
    
  2. or download this
    my($one_line) = '';
    while ($one_line = <>)
    ...
      }# ignore comments
    
    }# read in each line of the net log
    
  3. or download this
    Use of uninitialized value in pattern match (m//) at ./net_traffic2 li
    +ne 14, <> line 5.