while ( $start < $end ) { push @dates, "$start"; chomp(@dates); $start = $start->next; }