in reply to What kind of code prints GLOB(hexaddress)
One of the more common uses of globrefs are passing file handles into and out of subs, although this is less common now with the IO:: modules.[~]$ perl -le '$var = \*FOO; print $var;' GLOB(0x805f888)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: What kind of code prints GLOB(hexaddress)
by Anonymous Monk on Jun 06, 2003 at 20:06 UTC |