Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(strftime);
    my $format = "Current time minutes: %M, seconds: %S\n";
    print strftime $format, localtime;