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

D'Oh!! has asked for the wisdom of the Perl Monks concerning the following question:

Can someone help me with a regex that will test to see if a scalar contains ALL of the vowels (aeiou) in ANY order. So $word = "alighthouse" would return true since it contains all of the vowels. I know this is a simple question but I'm a beginner taking a perl class and would appreciate any help. Basically, it should return true for any scalar that has ALL of the vowels in it. Thanks