Help for this page

Select Code to Download


  1. or download this
    sub date_list {
        my ( $from, $to ) = @_;
    ...
        my $last     = pop(@dates);
        return map { ($_) x 10 } @dates;
    }
    
  2. or download this
    2014-01-03
    2014-01-03
    ...
    2014-01-05
    2014-01-05
    2014-01-05