Help for this page
Select Code to Download
Select
or
download this
if (lc($type) eq 'cr') { $foo = 1 } ... -or- if ($type =~ /CR/i) { $foo = 1 }