Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "my $s = 'x(y) (a(b)) ()() q (a(b)c()(d(e(f)g))h) q';
    ...
    --------
    1 '(y)'   2 '(a(b))'
    --------
    
  2. or download this
    our $r3 = qr{
      ...       
        (??{ our $r3 })
      ...
      }xms;