Help for this page

Select Code to Download


  1. or download this
    my @hashNames = qw(testA testB testC);
    
    my $i = 0;
    ...
    {
      %{$_}{'key'} = $i;
    }
    
  2. or download this
    %testA = (
      key => '0'
    );