in reply to Re^6: Read the lines until a string exists in the array
in thread Read the lines until a string exists in the array
This catenates whatever exists $hash{$1} evaluates to to $_. That is, it catenates the stringified version of the boolean which exists returns.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Read the lines until a string exists in the array
by Anonymous Monk on Aug 14, 2009 at 19:48 UTC | |
by rovf (Priest) on Aug 17, 2009 at 07:13 UTC |