Help for this page

Select Code to Download


  1. or download this
    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>
    
  2. or download this
    open(STATFILE,$statfile) or die ("could not open the stat file");
    my $lines = do { local $/; <STATFILE> };
    ...
        }
    
        print @ones,@twos;