- or download this
#!/usr/bin/perl
use strict;
...
close $out or die "close: $!";
__END__
- or download this
$ cat out_1140475.txt
First line, first field: 1424621700
- or download this
#!/usr/bin/perl
use strict;
...
print "$first\n";
__END__
- or download this
$ perl 1140475-2.pl
1424621700
$