in reply to Re: Re: Using currently selected filehandle
in thread Using currently selected filehandle
that's no bug, Chip. print accepts a filehandle as the first parameter. filehandles can be accessed as barewords, as they are in many places, such as open FH, '>', '/dev/null' or die $!;. filehandles are either referenced as barewords, or as foo-thing syntax: *FH{IO}.
~Particle *accelerates*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^3: Using currently selected filehandle
by chip (Curate) on Jun 23, 2003 at 19:21 UTC |