Help for this page

Select Code to Download


  1. or download this
        &{ Block returning a code reference }
    
  2. or download this
        { Block returning a code reference }->();
    
  3. or download this
        $$hash_ref{key} = $$array_ref[1];
    
  4. or download this
        $hash_ref->{key} = $array_ref->[1];