Time Calculator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RAGHAVENDRAS
    New Member
    • Sep 2006
    • 9

    Time Calculator

    Hi Perl Gurus,

    I am writing a script to find the difference in date/time for a given previous date/time.

    Please suggest how do I do it, Is there ready module available already?

    THT,
    Raghav
  • miller
    Recognized Expert Top Contributor
    • Oct 2006
    • 1086

    #2
    Yes, there is already a module available:

    cpan Date::Calc

    - Miller

    Comment

    • RAGHAVENDRAS
      New Member
      • Sep 2006
      • 9

      #3
      Hi Miller,

      Thanks for the info. I will use it.

      Tht,
      Raghav

      Comment

      • RAGHAVENDRAS
        New Member
        • Sep 2006
        • 9

        #4
        Hi Miller,

        I downloaded Calc.pm and stored locally, But do I need to install this, Because Activestate suggests to have an environment variable HTTP_proxy. Please let me know how to use it.

        Thanks in Advance,
        Raghav

        Comment

        • KevinADC
          Recognized Expert Specialist
          • Jan 2007
          • 4092

          #5
          install the module using PPM. The PPM instructions are in the activestate documentation.

          Comment

          Working...