Help for this page
if ($main::fields[0] =~ /\Q$PartNumber\E/) { # ... }
if ($main::fields[0] eq $PartNumber) { # ... }