While all the answers I've seen to your post are well done and right to the point, I wonder whether they really so helpful for you, because they seem to be missing what I think might be your main problem:

From the way you ask your question, I assume that you are not a programmer, i.e. have never taken an introductory class in programming. I conclude this because your question is not so much Perl-specific, but an elementary problem in program in general: How can I find out whether or not a predicate holds for every member in a set of data.

If my guess is correct (and I know that it happens all the time that someone who has never really learned to program, is suddenly given one day the task of programming something), then I can only recommend that you first spend one or two weeks just to learn the principles of programming before trying your skills on a new project. There are a lot of introductory books around (although I don't know one which is teaching Perl as the first programming language - but maybe some fellow monks can help out here).

Actually I did find an introductory book online, though it is for Python, not for Perl: http://openbookproject.net//thinkCSpy/. In case you don't find anything suitable for Perl, you might also try this one first; once you've learned a few principles of programming, it is not too difficult to switch to a different language.

-- 
Ronald Fischer <ynnor@mm.st>

In reply to Re: if else statement check an array by rovf
in thread if else statement check an array by sqspat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.