Help for this page
if ($a == 1 or $b == 2) { ... }
my $cond = $a == 1 or $b == 2; XXX if ($cond) { ... }