Help for this page

Select Code to Download


  1. or download this
    my %hash = (
        {    ab => [1, 2, 3],
    ...
    
     print $hash{'cd'} if /c|d/;