Re: perl6-all - Duplicate elimination

[email protected] (Alan Burlison) Fri, 04 Aug 2000 18:23:40 +0100
Newsgroups perl.bootstrap
Message-ID <[email protected]>
Alan Burlison wrote:

> If you use something like this:
> 
> PERL_LIST='(perl6|bootstrap)[^@, ]*'
> :0 Wh: .perl-lists.lock
> * $ ^TO_\/${PERL_LIST}@perl.\org
> * MATCH ?? ^^\/[^@]+
> | formail -D 8192 .perl.msgid
>         :0 e:
>         perl-lists/$MATCH
> 
> It will create new folders automatically as the new lists appear.

*and* it filters duplicates too.

Oops - switched "." and "\" chars
  
* $ ^TO_\/${PERL_LIST}@perl.\org

should of course be

* $ ^TO_\/${PERL_LIST}@perl\.org

Alan Burlison