Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Determine if a given DateTime is a member of a DateTime::Set

by vagabonding electron (Curate)
on May 13, 2013 at 13:34 UTC ( #1033295=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print "\nNo!\n";
        print $set->contains( $set_2 ), "\n";
    }
    
  2. or download this
    FIRST 5 ELEMENTS OF SET
    2013-05-13T00:00:00
    ...
    2013-06-10T00:00:00
    2013-06-24T00:00:00
    2013-07-08T00:00:00
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
    
    }
    
  4. or download this
    2002-01-22T00:00:00 0 No!
    2002-02-22T00:00:00 0 No!
    2002-03-22T00:00:00 1 Yes!
    2002-04-22T00:00:00 1 Yes!
    2002-05-22T00:00:00 0 No!
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2023-03-22 15:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?