Help for this page

Select Code to Download


  1. or download this
    push @array, "some text";
    push @array2, "some text";
    
  2. or download this
    push (@array,@array2), "some text";