|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re: Aliasing one hash to anotherby xmath (Hermit) |
| on Feb 11, 2007 at 12:16 UTC ( #599450=note: print w/ replies, xml ) | Need Help?? |
|
Data::Alias should actually work fine... alias local %problemClassProps = %MEClassProps; This has the benefit of only localizing %problemClassProps, not all of *problemClassProps like Roy's solution.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||