Help for this page
use strict; use warnings; ... if ($foo eq 'goo' || 'moo') { print "$foo\n"; }
if ($foo eq 'goo' || $foo eq 'moo') {