Gary Merrick wrote:
Ok, so this is probably a stupid question, but I'm a newbie, and therefore
stupid.  :-]  It'll take you about 5 seconds to figure this one out.

I have an assignment that requires me to find words in a dictionary that contain
all five vowels (a, e, i, o, and u).  I've figured out the logical "or" pretty
well, but the "and" is causing me problems.  Of course, that's assuming I need
to use a logical "and" to find "a" and "e", etc.

Please help.  I read the FAQs, but didn't find anything useful.

Homework help is a touchy subject on this list. What have you tried?

Have you read:
perldoc perlop
perldoc perlretut

One sticky point with and/or is that you need to break complex statements into little parts and not try to put to much together at one time. Use LOTS of parentheses when you are first starting out.

When it comes to this type of thing, the more specific your question the more likely you are to get a straight answer, because you have shown you are not just fishing for a completed assignment....

http://danconia.org



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to