Help for this page

Select Code to Download


  1. or download this
    my %complex = (
      key_of_hash=>{
    ...
        ['element0',8979,'something else']
      ]
    );
    
  2. or download this
    my $complexSubVarRef = $complex{'key_of_arr'}[3];