Help for this page

Select Code to Download


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