Help for this page

Select Code to Download


  1. or download this
    $rx = qr/.../;
    " failed " =~ /(?{ $ok = 1 })(??{ $rx })/;
    print "OK = $ok\n";