Help for this page

Select Code to Download


  1. or download this
    if ($_ = m%$dm%) {
        #stuff
    }
    
  2. or download this
      perl -e '$string = "/"; print "08/14/04"=~/$string/
    ? "matched\n" : "no match\n"'