Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $modtime = ( ! defined ($modtime_seconds) ) 
        ? "null" 
        : POSIX::strftime( "%B %d", $modtime_seconds, 0, 0, 0, 0, 0, 0, 0,
    + 0 );