Help for this page

Select Code to Download


  1. or download this
    (my $output = $filter_clean)
        =~ s{ (\D) }{ $filter_map{uc $1} }exg;
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    say filter2num($filter_clean);