Help for this page

Select Code to Download


  1. or download this
    /home/me/perl589_64int/bin/perl Makefile.PL
    make test
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    if($x == $y) {print "wow\n"}
    else {print "as expected\n"}