- or download this
Usage: Fcntl::constant(name, arg) at Fcntl.pm line 225.
- or download this
$ perl -MTie::File -le'print $Tie::File::VERSION'
0.97
- or download this
my $LOCK_EX = 2;
- or download this
use Sys::Hostname;
my $hostname = hostname;
- or download this
use POSIX 'strftime';
my $date = strftime '%y%m%d%H%M%S', localtime;