Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
            print $line;
        }
    }
    
  2. or download this
    1474530606.74812
    0
    ...
    1474530609.75927
    10
    11
    
  3. or download this
    last unless @packets;
    my $line = shift @packets;
    
  4. or download this
    last if eof $fh;
    my $line = <$fh>;
    
  5. or download this
    ualarm 1 if $line == 6;