Help for this page

Select Code to Download


  1. or download this
    foreach my $keys1 (sort keys %{$excel_hash}) {
        while (my ($key2, $value) = each %{%$excel_hash{$keys1} } ) {
            print "$key2 = $value \n";
        }
    }
    
  2. or download this
    $VAR1 = \{
                '002' => {
    ...
              };
    Name = AAA
    Name = BBB