pd m Matches for m found in : /usr/share/perl/5.10/pod/perlop.pod #### ">>> X <<<" in perlop Quote and Quote-like Operators While we usually think of quotes as literal values, in Perl they function as operators, providing various kinds of interpolating and pattern matching capabilities. Perl provides customary quote ... #### ">>> X <<<" in perlop m/PATTERN/msixpogc /PATTERN/msixpogc Searches a string for a pattern match, and in scalar context returns true if it succeeds, false if it fails. If no string is specified via the "=~" or "!~" operator, the $_ string is searched. (The string specified with "=~" need not be an lvalue--it may be the result of an expression evaluation, but ...