Help for this page
my %record = ( Currency => 'USD', Asset => 'Equity', Country => 'USA' );
my $desc = join '_', @record{qw(Current Asset Country)};