Help for this page

Select Code to Download


  1. or download this
      DB<3> use re "debug"; print 'abcdc' =~ /(.).*\1/
    Compiling REx "(.).*\1"
    ...
    cFreeing REx: "(.).*\1"
    
      DB<4>