Help for this page

Select Code to Download


  1. or download this
    # Put this after defining %ItemUID.
    my %hvalues; # instead of my @hvalues.
    ...
    
    # At end of first while loop, insert this line after the one above.
        if (not exists (%hvalues{src})) { %hvalues{src} = 1; }