Re: perlfaq2: Perl books

2005-01-31 Thread Robert Spier
> > I wonder if perlbook is still relevant in its current form. Moving the > > book list to it seems to be a good idea. Anyway it does now > > point as well to books.perl.org (#23893). > > Maybe we can work out something that automatically creates perlbook > from books.perl.org. /me brings Dave R

Re: perlfaq1: "Which version of Perl should I use?" and "What are perl4, perl5, or perl6?"

2005-01-31 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Robert Spier <[EMAIL PROTECTED]> wrote: > > +Versions prior to perl5.004 had serious problems with > > +buffer overflows, and in some cases have CERT advisories. > If someone is asking the question "what version of perl" - they may > not know what a buffer overflo

Re: perlfaq2: Perl books

2005-01-31 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote: > I wonder if perlbook is still relevant in its current form. Moving the > book list to it seems to be a good idea. Anyway it does now > point as well to books.perl.org (#23893). Maybe we can work out something that a

perlfaq4: How can I find the Julian Day?

2005-01-31 Thread _brian_d_foy
* I pared down the answer. I'm not a big calendar calculating type of person, but I found the last paragraph confusing. I'm guessing that it's correct, but I don't think it really helps someone who doesn't know about calenders or Julian days already. I distilled David's suggestions into a couple

perlfaq4: How do I find the soundex value of a string?

2005-01-31 Thread _brian_d_foy
* I started modifiying this answer because it's not Knuth's algorithm. I thought this was odd, but Knuth credits Odell and Russell in "Sorting and Searching". * I've run into several answers that seem to say "You don't really want to do that" without any idea why someone is asking the question,

Re: perlfaq4: How can I find the Julian Day?

2005-01-31 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, _brian_d_foy <[EMAIL PROTECTED]> wrote: * Dave Cross sent me a much better patch, so this is the revised patch. (I think he sent it here too, but it hasn't shown up) Index: perlfaq4.pod === RCS file:

Re: perlfaq4: How can I find the Julian Day?

2005-01-31 Thread Dave Cross
On Mon, Jan 31, 2005 at 10:13:41AM -0600, _brian_d_foy wrote: > > +You can use the Time::JulianDay module available on CPAN. Ensure that > +you really want to find a Julian day, though, as many people have > +different ideas about Julian days. See > +http://www.hermetic.ch/cal_stud/jdn.htm for i

Re: perlfaq4: How do I find the soundex value of a string?

2005-01-31 Thread _brian_d_foy
In article <[EMAIL PROTECTED]>, _brian_d_foy <[EMAIL PROTECTED]> wrote: > =head2 How do I find the soundex value of a string? Kake Pugh suggested Text::Metaphone and Text::DoubleMetaphone, so I'll add those to the final answer too. -- brian d foy, [EMAIL PROTECTED]