Apache-Archive
view release on metacpan or search on metacpan
$i++;
}
}
##
# This takes a time in seconds (since 1970 ala unix 'time()' cmd), and an
# optional string containing comma seperated month names. It returns
# a more useful indication of time and date. If no month names are specified,
# it defaults to english three letter abbreviations.
##
sub getDatestring{
my $Seconds = shift;
my $Months = shift;
my @Months;
if ($Months){
@Months = split(/,/, $Months);
( run in 1.989 second using v1.01-cache-2.11-cpan-39bf76dae61 )