Help for this page

Select Code to Download


  1. or download this
    print $test_data->[0]{name};
    
  2. or download this
    print join ', ', map $_->{name}, @$test_data;