in reply to Dynamic variables
my %hash = ( george => { maxbudget => '1200', totalmoney => '2400' }, lindsay => { madbudget => '2400', totalmoney => '5600' } ); [download]