> grep -B2 -A5 -h 'X' /usr/share/perl/5.10/pod/*.pod =head2 Quote and Quote-like Operators X X X X X X X X X X X<'> X<''> X<"> X<""> X X<`> X<``> X<<< << >>> X X While we usually think of quotes as literal values, in Perl they function as operators, providing various kinds of interpolating and -- =item qr/STRING/msixpo X X X X X X X

This operator quotes (and possibly compiles) its I as a regular expression. I is interpolated the same way as I in C. If "'" is used as the delimiter, no interpolation is done. Returns a Perl value which may be used instead of the -- =item Quote and Quote-like Operators X X X X X X X X X X X<'> X<''> X<"> X<""> X X<`> X<``> X<<< << >>> X X =item Regexp Quote-Like Operators X qr/STRING/msixpo X X X X X X X

, m/PATTERN/msixpogc X X X X X X X X X X X

X X X, /PATTERN/msixpogc, ?PATTERN? X, s/PATTERN/REPLACEMENT/msixpogce X X X X X X
X X X X

X X X X