Help for this page

Select Code to Download


  1. or download this
    my $str = scalar localtime $s->mtime();
    
  2. or download this
    use POSIX qw/strftime/;
    my $str = POSIX::strftime "%F %T", localtime $s->mtime();