Help for this page

Select Code to Download


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