- or download this
use strict;
use warnings;
...
close $fh;
}
- or download this
use strict;
use warnings;
...
print "$YMLfile: " . ( $currentTime - $mtime ) . " seconds old\n";
}
- or download this
for my $YMLfile (<"$directory/*.yml">) {
print -M $YMLfile, "\n";
}