Help for this page

Select Code to Download


  1. or download this
    $hash{'foo'} = 1;
    $hash{'foo'}{'bar'} = 2;
    
  2. or download this
    %1 = { bar => 2 };
    
  3. or download this
    ##### MyConst.pm #####
    package MyConst;
    ...
    
    1;
    __END__