perl Date::Manip array problem
- by medalto
im 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 doesnt do it .
ive read & reread the man page but cant get the syntax.
@date = &ParseRecur("2010:4:0:1:0:0:0");
@date = &ParseRecur("2010:4:0:1*:0:0:0");
dont work either !