Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Module "Date"

by rob_au (Abbot)
on Jun 04, 2003 at 10:45 UTC ( [id://262943]=note: print w/replies, xml ) Need Help??


in reply to Module 'Date'

Whilst not to disparage your effort in this code, I would direct you to the Perl DateTime project at http://datetime.perl.org. The goal of this project is to produce a suite of inter-operable Perl modules for handling dates and times and clear the murkiness surrounding the overlapping functionality and differing interfaces and implementations between modules.

The advantages of using the DateTime family of modules are outlined on the frequently asked questions page on the project homepage:

Hope this is of interest.

 

perl -le 'print+unpack"N",pack"B32","00000000000000000000001001100110"'

Replies are listed 'Best First'.
Re^2: Module "Date"
by Deven (Novice) on Aug 13, 2022 at 00:26 UTC
      19 years ... Such a long time.
Re: Re: Module "Date"
by nite_man (Deacon) on Jun 05, 2003 at 07:31 UTC
    Many thanks, rob_au, of course, your information very interesting for me. I'm agree with you and developers of Perl Date Time project about using modules of Date/Time family. And, of course, my module needs some redevelopments :))
          
    --------------------------------
    SV* sv_bless(SV* sv, HV* stash);
    
      I think that every interesting subject needs a first personal interpretation of the problem to be completelly aware of the real needs.

      Who knows if you should become an expert on this subject in a couple of years...?

      I am also interested in this strange lacking of good time administration of the basic Perl.(it seems that it allways backed on C code to solve this problem)

      I wish you good luck in this journey.

      At the Perl Date Time Project? (it recently looks a bit forgotten)

      And , please, keep on sharing your ideas about this subject!

        I am also interested in this strange lacking of good time administration of the basic Perl.(it seems that it allways backed on C code to solve this problem)

        Define good :-)

        For many uses the support for dates and time in the core language is all you need. If you need more there are many other modules that offer support. Personally I'm against adding things to the core language that are better supported by external modules. Once you move something into the core language you tie updates and bug fixes to new versions of perl.

        At the Perl Date Time Project? (it recently looks a bit forgotten)

        Not sure where you get this impression. The DateTime modules have been hitting CPAN on an impressively regular basis. And jolly good they are too.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://262943]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-26 04:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found