Help for this page
1, , , Transport, TCP,Total Packets with Er +rors = 0 1, , , Transport, TCP,Packets Received w +ith Checksum Errors = 0 ... 2, , [0], Physical, 802_15_4,Signals locked on +by PHY = 1191 </readmore> <code>
open(STATFILE,$statfile) or die ("could not open the stat file"); my $lines = do { local $/; <STATFILE> }; ... } print @ones,@twos;