http://qs1969.pair.com?node_id=704314


in reply to Re: Using a range of dates in yymmdd format
in thread Using a range of dates in yymmdd format

Of course you meant:

my $date_string = sprintf('%02d%02d%02d', $year%100, $month, $day);

Which just illustrates why this is such a bad date format to use