Steven Vargas wrote: > Does someone know of a good way to count total records for the week? I can > get total for day and month, but the week totals fail, returning 0 (for some > reason they work when I execute the program from the shell). I've shown > below snippets of the code and subroutine, sorry for the long post. If > anyone knows of some good examples of this, I'd like to see it. Thanks for > any help!
i'm wondering if it'd be easier for you to use date::calc instead of regex's. http://search.cpan.org/search?dist=Date-Calc -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]