Help for this page

Select Code to Download


  1. or download this
        print STDERR "DEBUG YYY\n" unless map {
            my $tmp = $_;
            grep /\Q$tmp\E/, @ingfile;
        } @sybfile;