Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
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 ( [id://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?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-29 10:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found