in reply to Re: Re: Re: (jeffa) Re: 'print' puzzle
in thread 'print' puzzle
Looks like a typo in the second line, too.LSTOP indirob argexpr /* print $fh @args */ FUNC '(' indirob expr ')' /* print ($fh @args */ LSTOP listexpr /* print @args */ FUNC '(' listexprcom ')' /* print (@args) */
I'm not sure I agree that this is an "indirect object", though. It looks like the parser's trying to convert anything that looks like a filehandle into a filehandle.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: (jeffa) Re: 'print' puzzle
by John M. Dlugosz (Monsignor) on Nov 13, 2001 at 09:14 UTC |