On 2011-08-26 21:08, Rob Dixon wrote:

But I would be sad to rule against niceties like

not /^#/ and print for <$fh>;

Which can also be written as

  /^#/ or print for <$fh>;


I would like 'lazy' syntax like:

  <$fh> x {/^#/ or print};

to process a list.

--
Ruud

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to