Help for this page

Select Code to Download


  1. or download this
    while (defined($_ = <STDIN>)) {
        if (/a/i and /e/i and /i/i and /o/i and /u/i) {
            print $_;
        }
    }