in reply to Re^2: curly braces around a lexical file handle
in thread curly braces around a lexical file handle
$a.print: $b; # treat $a as a file handleGood thing you added the comment. I would have taken $a.print to mean the value of $a is to be printed out -- probably to handle $b.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: curly braces around a lexical file handle
by moritz (Cardinal) on May 31, 2010 at 13:08 UTC | |
by ikegami (Patriarch) on May 31, 2010 at 17:00 UTC |