Help for this page

Select Code to Download


  1. or download this
    my %hash = get_hash();
    
  2. or download this
    get_hash {
        my %hash; 
    ...
    
    ...
        if( defined( $hash{ $data[0] } ) ) {
    
  3. or download this
    get_hash {
        my %hash; 
    ...
    ...
        if( defined( $hashRef->{ $data[0] } ) ) {
    ## Note the arrow .......^^