Help for this page

Select Code to Download


  1. or download this
    sub two{
      $_[0]->{HASH} = {1 => 'one'};
    }
    
  2. or download this
    sub two{
      $_[0]->{HASH}{1} = 'one';
    }