Help for this page

Select Code to Download


  1. or download this
    #!/user/bin/env perl
    
    ...
    push(@{$hash{$key}},$insert_value);
    
    print Dumper(\%hash);
    
  2. or download this
    $VAR1 = {
              'A' => [
                       123
                     ]
            };