Help for this page

Select Code to Download


  1. or download this
    sub perception() {
        my @result;
    ...
        }
        return join ' ', @result;
    }
    
  2. or download this
     if ( $word =~ /\W+/) {
                    $letters = (index $word, $&)-1;
            }