Help for this page

Select Code to Download


  1. or download this
    perl  -e 'use warnings; $teste=q(\Qfoo\E);print 42 if "(foo" =~ m/\b$t
    +este\b/'
    
  2. or download this
    perl -e '$x =  q(\b); $y = "$x"; print $y'