update: Ahh, CheeseLord gave similar advice. Should have read all replies before posting :)#!/usr/bin/perl while (<>) { if (/a/i && /e/i && /i/i && /o/i && /u/i) { print; } }
In reply to Re: vowel_search
by $code or die
in thread vowel_search
by chainsawed
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |