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