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