Help for this page
$foo = 'This is a CAPITAL test, man'; $bar = 'IS A cap'; ... print "\n"; print 'NO'; }
if (lc $foo =~ lc $bar)