in reply to Aliasing one hash to another
alias local %problemClassProps = %MEClassProps;
This has the benefit of only localizing %problemClassProps, not all of *problemClassProps like Roy's solution.