date and time in perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • joshikeerti
    New Member
    • Sep 2008
    • 2

    date and time in perl

    I need to identify date & time expressions in my file and tag them..As of now i am able to handle normal date patterns like dec10, 2/10/2008 etc
    But I need to tag things like the day after tomorrow,a week after today,A month from tomorrow.
    anybody knows how to do this plz let me know
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    What have you tried? Have a look at CPAN for modules that can help.

    Give some effort and we will be glad to help.

    --Kevin

    Comment

    • joshikeerti
      New Member
      • Sep 2008
      • 2

      #3
      Originally posted by eWish
      What have you tried? Have a look at CPAN for modules that can help.

      Give some effort and we will be glad to help.

      --Kevin
      Ya I tried the CPAN module date:extract. but I am not sure how to use it in my script . Is there any example which I can look into

      Comment

      • KevinADC
        Recognized Expert Specialist
        • Jan 2007
        • 4092

        #4
        show an example of the data in the file

        Comment

        Working...