|
|
| No such thing as a small change | |
| PerlMonks |
How can I use a reference as a hash key?by faq_monk (Initiate) |
| on Oct 08, 1999 at 00:20 UTC ( #636=perlfaq nodetype: print w/ replies, xml ) | Need Help?? |
|
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: You can't do this directly, but you could use the standard Tie::Refhash module distributed with perl.
|
|