Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Issue with @INC

by holli (Abbot)
on Oct 14, 2019 at 17:09 UTC ( [id://11107437]=note: print w/replies, xml ) Need Help??


in reply to Issue with @INC

The language Raku (formerly known as Perl6) comes with a date class built in. And there is no need to be scared. You can immedeatly understand what this does:
constant \SUNDAY = 7; .say for ( 2019 .. 2100 ) .map( { DateTime.new( :$^year, month => 12, day => 25 ) }) .grep( { .day-of-week == SUNDAY }) .map( { .year }) ;
I am just posting this because you mentioned 6, it is not related to the problem (obviously).


holli

You can lead your users to water, but alas, you cannot drown them.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107437]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 17:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found