Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    use Modern::Perl;
    
  3. or download this
    use Modern::Perl;
    
    ...
    else {
        say qq|"$word" not found.|;
    }
    
  4. or download this
    Substring/case-insensitive matches for "a":
    Jacob
    ...
    Matthew
    Alexander
    Andrew