Johan Vromans wrote: > =head1 NAME > > Iterator::Diamond - Iterate through the files from ARGV Could we please have a more general Iterator::Files that takes a list of filenames with new()? $input = Iterator::Files->new(@filelist); Writing $input = Iterator::Files->new(@ARGV); isn't too much and you can always use 'overload', which defaults to @ARGV. Apart from that: OK. RolandThread Previous | Thread Next