http://www.perlmonks.org?node_id=11160494

vincentaxhe has asked for the wisdom of the Perl Monks concerning the following question:

It's easy to guess what
[[a-z]&&[^aeiou]]
try to match, How perl do such thing, it's not included in primary perl pattern match knowledge.