Help for this page
use strict; use warnings; ... print "array 1: @array1\n"; print "array 2: @array2\n";
array 1: 1 2 5 4 array 2: 1 5 6 8 2 4