@@ -, +, @@ same item twice --- tools/batchMod.pl | 1 + 1 file changed, 1 insertion(+) --- a/tools/batchMod.pl +++ a/tools/batchMod.pl @@ -242,6 +242,7 @@ if ($op eq "show"){ push @contentlist, $content if $content; } + @contentlist = uniq @contentlist; if ($filecontent eq 'barcode_file') { foreach my $barcode (@contentlist) { --