Help for this page

Select Code to Download


  1. or download this
    sub get_hash { my %h; ... ;return \%h}
    my (*h2)= get_hash();         #I'm not sure about the best syntax
    print keys %h2;
    
  2. or download this
    ¥hash{key1}{key2}=$hash{key1}{key2};
    
    ...
    push €arr1[0], "string";
    # =>
         pop €arr2 == "string";