Help for this page
if ($a eq "A" && $b eq "C" && ... $s ne "P") { return "12341"; }
if ($a eq "A" && $p >= 88 && $p <= 91) { return $p; }