On Fri, Feb 27, 2004 at 01:18:57AM -0600, Michael Parker wrote:
> > - @files = grep { /^[^,.]\S*$/ } readdir(DIR);
> > + @files = grep { !/^[^,.]/ } readdir(DIR);
>
> I haven't figured out why yet, but this broke the sa-learn tests in
> bayesdbm.t
Yeah, I was just noticing that ... Very strange.
> Ok, should it be this instead? @files = grep { /^[^,.]/ } readdir(DIR);
Well, hrm. Ah... It should actually be !/^[,.]/ ... <grrr> I'll
commit the fix in a minute.
--
Randomly Generated Tagline:
"It's not a huge rocket science thing, but it is a little bit funky ..."
- Instructor Otten
pgp5C7IN16ka4.pgp
Description: PGP signature
