Help for this page

Select Code to Download


  1. or download this
    use List::Compare;
    use strict;
    ...
    
    open(OUT, ">textCompare3Output.txt")||die("cannot create\n");
    print OUT "\nSearch string that matches against general data:\t@final"
    +;
    
  2. or download this
    Global symbol "$gen" requires explicit package name at textCompare3.pl
    + line 8.
    Global symbol "@result" requires explicit package name at textCompare3
    +.pl line 10.
    ...
    Global symbol "@result" requires explicit package name at textCompare3
    +.pl line 11.
    Global symbol "@final" requires explicit package name at textCompare3.
    +pl line 15.
    Execution of textCompare3.pl aborted due to compilation errors.