in reply to Dynamic variables

Maybe a hash of hashes?
my %hash = ( george => { maxbudget => '1200', totalmoney => '2400' }, lindsay => { madbudget => '2400', totalmoney => '5600' } );

-s.