in reply to Re: Re: Re: desire to pass file handles by value
in thread desire to pass file handles by value
To fix this, put a local $.; in STORE and FETCH. (For some reason, this then triggers some warnings from STORE when $pos is localized. Fix by saying seek($pos||0,0)).
If you are downvoting this for other than lack of interest, thanks for sending me a message or reply to let me know why so I can do better (or just stay quiet) next time.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: desire to pass file handles by value
by jdporter (Paladin) on Nov 07, 2003 at 16:29 UTC |