develooper Front page | perl.perl5.porters | Postings from August 2008

Re: Fighting the Good Fight against spam deluge

From:
Johan Vromans
Date:
August 2, 2008 02:14
Subject:
Re: Fighting the Good Fight against spam deluge
Message ID:
m2od4bwzgx.fsf@phoenix.squirrel.nl
chromatic <chromatic@wgz.org> writes:

> On Friday 01 August 2008 12:28:30 Johan Vromans wrote:
> 
> > Besides, it is very easy and straightforward to write:
> >
> >   { local (@ARGV) = @filelist;
> >     $input = Iterator::Files->new;
> >     while ( <$input> ) { ... }
> >   }
> 
> Ideally, I'd like to see new features in Perl 5 rely on fewer globals and 
> require fewer lines of code.  Succinctness and clarity sometimes go together.

Suggestions?

-- Johan



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About