Help for this page
my $type="LX"; if( $type=~/LX/) { do stuff ... }
my $type="LX" if( $type=~/\bLX\b/) { do stuff ... }