Help for this page

Select Code to Download


  1. or download this
      my %record = (
          Currency => 'USD',
          Asset => 'Equity',
          Country => 'USA'
      );
    
  2. or download this
      my $desc = join '_', @record{qw(Current Asset Country)};