Help for this page

Select Code to Download


  1. or download this
    sub HandleTres{
      my $tresRef = shift;
      $tresref->[0]= "Something else";
    }
    
  2. or download this
      my $TresRef = $myHash{tres};
      $TresRef->[1] = "Tres punto uno";