I'm a Perl newbie and i'm a little confused about reading arrays. I would like to search an array for something that does not exist in it. If it doesn't, then print a message.
So if i have "abc" and i search array ("bcd","efg","hij","klm") i want to print a message. If "abc" appears in the array nothing should happen.