Help for this page
use strict; use warnings; ... for ( qw( Test test tesT tast ) ) { print "$_\n" if /$pat/; }