Help for this page

Select Code to Download


  1. or download this
    $value = %hash->{key};
    
  2. or download this
    @array = ('a','b','c');
    print @array->[2], "\n";