Help for this page

Select Code to Download


  1. or download this
    use strict;
    sub prepareFormat {
    ...
        return map $result{$_}, qw(Y M D h m s);
    }
    ...