Help for this page
my @special_chars = qw( : ; , = - ); ... my @possible_qfns = glob( $glob ); say for @possible_qfns;
use Algorithm::Loops qw( NestedLoops ); ... say for $possible_qfn; }