Help for this page
my $str = scalar localtime $s->mtime();
use POSIX qw/strftime/; my $str = POSIX::strftime "%F %T", localtime $s->mtime();