Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S02] putting an IO object is list context does not return all lines
it is a far too common operation, and would make handling of IO objects much harder.
Rather be explicit if you want its .lines
  • Loading branch information
moritz committed Apr 9, 2012
1 parent ac1d1b1 commit c0582b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions S02-bits.pod
Expand Up @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
Created: 10 Aug 2004

Last Modified: 09 Apr 2012
Version: 261
Version: 262

This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
Expand Down Expand Up @@ -4745,10 +4745,6 @@ of

you now write

for @$handle {...}

or

for $handle.lines {...}

=back
Expand Down

0 comments on commit c0582b7

Please sign in to comment.