in reply to Re: Interpolation of file handles in print
in thread Interpolation of file handles in print
Note the parenthetical phrase: (This is considered a symbolic reference, so "use strict 'refs'" should *not* be in effect.)If FILEHANDLE is an undefined scalar variable (or array or hash element) the variable is assigned a reference to a new anonymous filehandle, otherwise if FILEHANDLE is an expression, its value is used as the name of the real filehandle wanted. (This is considered a symbolic reference, so "use strict 'refs'" should *not* be in effect.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Interpolation of file handles in print
by BrowserUk (Patriarch) on May 17, 2005 at 11:09 UTC | |
by TheStudent (Scribe) on May 17, 2005 at 11:25 UTC |