Help for this page

Select Code to Download


  1. or download this
    my $test = [1,2,3,4];
    my %test = (array => $test);
    
    print $test{array}
    
  2. or download this
    ARRAY(0x2251e4)
    
  3. or download this
     
    print $test{array}->[0];