Help for this page

Select Code to Download


  1. or download this
    my %hash = (fun => 'Simpsons')
    
  2. or download this
    my $hash = { fun => 'Simpsons' }
    
  3. or download this
    %hash = ...
    @array = ...
    
  4. or download this
    $hash = ...
    $array = ...