All pastes #2066332 Raw Edit

Miscellany

public text v1 · immutable
#2066332 ·published 2011-05-21 19:16 UTC
rendered paste body
my $from    = DateTime::Format::HTTP->parse_datetime( "2010-05-05"); 
my $days = 100;
foreach ( 0 .. $days ) {
    $array[$_] = $from->add( days => 1 );                                                                                                                                                                                                                                                                                                                                                                                                           
}