if (' ID TITLE GENE CYTOBAND LOCUSLINK CHROMOSOME SCOUNT ' =~ m/ $key +/) { print "stuff.\n"; }
NOTE: The spaces in this solution are key in making sure the right word is being matched.
Zenon Zabinski | zdog | zdog7@hotmail.com
In reply to (zdog) Re: Confused by a Conditional
by zdog
in thread Confused by a Conditional
by nysus
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |