Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print $sortedUniq,"\n";
        }
    
  2. or download this
    for my $symbolRow (0..$#symbol) {
        for my $symbolCol (0..$#{$matrix[$symbolRow]}) {
    ...
    #the element (symbol) already exists in a preceeding line
    #remove from current line.
    # Then proceed with nested loops.