Sec has asked for the wisdom of the Perl Monks concerning the following question:
No mention of *foo{NAME}. Can anyone show me where that is documented, and what other *foo{THING}s are defined?$scalarref = *foo{SCALAR}; $arrayref = *ARGV{ARRAY}; $hashref = *ENV{HASH}; $coderef = *handler{CODE}; $ioref = *STDIN{IO}; $globref = *foo{GLOB};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: *foo{THING}
by dave_the_m (Monsignor) on Jul 20, 2005 at 10:59 UTC | |
|
Re: *foo{THING}
by tphyahoo (Vicar) on Jul 20, 2005 at 11:11 UTC | |
|
Re: *foo{THING}
by ysth (Canon) on Jul 21, 2005 at 16:10 UTC |