Help for this page

Select Code to Download


  1. or download this
    put_element($DATA{3}, 'h', 'i', 'j', 'k', 'value');
    
  2. or download this
    $DATA{3}{h}{i}{j}{k} = 'value'
    
  3. or download this
    my @arr = qw(h i j k);
    put_element($DATA{3}, @arr, 'value');