Help for this page

Select Code to Download


  1. or download this
    $page_graphic->[$i]->{array} = @array;
    
  2. or download this
    join '', @$page_graphic->[$i]->{array}; # gives num elements
    
  3. or download this
    join '', @{$page_graphic->[$i]->{array}};