Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    } else {
        print "Nope. Arrays are completely different\n";
    }
    
  2. or download this
    This is perl, v5.10.0 built for MSWin32-x86-multi-thread
    
    Copyright 1987-2007, Larry Wall
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.