in reply to Re^3: Different behaviors between "while" and "map"
in thread Different behaviors between "while" and "map"
while (defined ($_ = <SOME_FILE_HANDLE>)) { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Different behaviors between "while" and "map"
by ikegami (Patriarch) on Dec 06, 2008 at 06:09 UTC |