Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    } else {
        print "Generated output does NOT match expected output :-(\n";
    }
    
  2. or download this
    # Subroutines
    sub arrays_match {
    ...
    
        return $output;
    }