perl Date::Manip array problem

Posted by medalto on Stack Overflow See other posts from Stack Overflow or by medalto
Published on 2010-06-02T14:37:31Z Indexed on 2010/06/02 15:04 UTC
Read the original article Hit count: 128

Filed under:

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 !

© Stack Overflow or respective owner

Related posts about perl