Help for this page

Select Code to Download


  1. or download this
    @hash{'one'} = "123";
    @hash{'two'} = "123";
    ...
     {
         print "key is - $key\n";
     }
    
  2. or download this
    one
    two
    three