or download this
# I tried to print it as a new string, this still fails
my $newOpMode = sprintf "%s", $self->setTheOpMode;
...
print length($newOpMode) . " $newOpMode ---" . length ($self->setT
+heOpMode) . " " . $self->setTheOpMode."\n";
$return = 1 if ( (lc( $newOpMode )) eq "mitigate" ); # panics here