Ed Mills wrote:
> 
> So what about
> 
>    (do something) foreach (some list);
> 
> Just a thought..

No, it's not just a thought.  

% perl56 -e 'print "Item $_\n" for qw( foo bar quux )'
Item foo
Item bar
Item quux

But you're thinking along the right lines!

-- 
John Porter

Reply via email to