Help for this page

Select Code to Download


  1. or download this
    my %hash1 = (
    700200 => '523235',
    ...
    523235 => 'Title1',
    523221 => 'Title2',
    );
    
  2. or download this
    my $value1;
    foreach my $key1 (keys(%hash1)) {
    ...
    700204 => 'Title2',
    };