Help for this page

Select Code to Download


  1. or download this
    
    my %param;
    ...
       $param{user_name} = $values;
    }
    
  2. or download this
    $hash{1} = 'One';
    $hash{1} = 'one';
    
    # No use