Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for (@words) {
        print "Matched $_\n" if tr/pP// && tr/eE// && tr/rR// && tr/lL//;
    }
    
  2. or download this
    Matched Perl
    Matched purile
    Matched reputable