Help for this page
<font size="-2" face=verdana> <b>Catalog Number:</b> ... <c> $results=~ /(Catalog Number:)/; if($1) {print "$1\n";} else {print "nothing\n";};
$results=~ /(Catalog Number)/; if($1) {print "$1\n";} else {print "nothing\n";};