http://qs321.pair.com?node_id=87201

nysus has asked for the wisdom of the Perl Monks concerning the following question:

Arrggh! Someone please bail me out of my newbie misery.
#!/usr/bin/perl -w use strict; my $key = 'JUMP'; if ($key eq 'ID' or 'TITLE' or 'GENE' or 'CYTOBAND' or 'LOCUSLINK' or +'CHROMOSOME' or 'SCOUNT') { print "I don't know why this is printing.\n"; }
Why is the above conditional coming out as true?????????

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar";
$nysus = $PM . $MCF;