Re: Four patches for LWP (and comments)

Andreas Koenig (k@anna.mind.de)
Tue, 8 Aug 1995 12:07:27 +0200


  >
  >The module list have these entries:
  >
  >Date::
  >::GetDate      adcf  Yacc based free-format date parser in C      TOMC
  >::GetDate      adpf  Byacc based free-format date parser in Perl  GBARR
  >
  >Has anyone checked them out?  Do they do what we want?
  >
  >I don't want to put another module into the Date:: name space before we know.

I have used Tom's getdate and it did what I wanted. Unfortunately I
don't know what _we_ want.

It needed some portability poking and that was odd. But it seems to be
very fast and efficient.

How should we rate them against each other? We cannot. One is as
portable as perl, the other is as fast as C. I can't imagine there's a
need for a number three.

andreas