Help for this page
use strict; use warnings; ... my $teden = $start_of_week->clone()->add( days => $_ ); print "$teden\n"; }