Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        print "array 2\n";
        print +($_,$/) for (@{$array2_ref});
    }
    
  2. or download this
    array 1
    610
    ...
    464
    312
    381