I'm using Date::Manip http://search.cpan.org/~sbeck/Date-Manip-6.11/lib/Date/Manip.pod for a variety of things, and want to create an array of days of the month. I think I need:
@date = &ParseRecur("2010:4:0:0:0:0:0");
but, it doesn't do it. I've read & reread the man page but can't get the syntax.
@date = &ParseRecur("2010:4:0:1:0:0:0");
@date = &ParseRecur("2010:4:0:1*:0:0:0");
don't work either!