Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "Correct solution is @correct;\n";
        print "My solution is @soln.\n";
    }
    
  2. or download this
        push ( @soln, $val ) if ( $soln[-1] ne $val );