Help for this page

Select Code to Download


  1. or download this
    =head2= Quote and Quote-like Operators
    X<operator, quote> X<operator, quote-like> X<q> X<qq> X<qx> X<qw> X<m>
    X<qr> X<s> X<tr> X<'> X<''> X<"> X<""> X<//> X<`> X<``> X<<< << >>>
    ...
    
    
    While we usually think of quotes as literal values, in Perl they...