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