[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: [ID 20000124.001] Refcount problem
>local(*FOO) has always localized the contents of *FOO (the GvGP in
>gutspeech). In fact, this is the behavior that makes local(*FOO)
>also localize $FOO, %FOO, @FOO and the filehandle FOO.
I believe that the standard way to deal with this has been to use
*FH not \*FH. Notice how the examples in perldata on returning
local handles do not use backslash.
--tom
- Follow-Ups from:
-
Gurusamy Sarathy <gsar@ActiveState.com>
Eivind Eklund <eivind@yes.no>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]