Help for this page

Select Code to Download


  1. or download this
    use Time::Piece;
    my %order = map {
        split ' ', 'Time::Piece'->strptime("$_", "%d")->strftime('%A %u')
    } 1 .. 7;