Help for this page

Select Code to Download


  1. or download this
    my $bal;
    $bal = qr /[(]((?:(?>[^()]+)|(??{$bal}))*)[)]/;
    ...
            print "Name: $1; arguments: $2\n"     
        }
    }
    
  2. or download this
        foo (bar ())
    
  3. or download this
        foo ("(");
        bar (")))");
    
  4. or download this
        /* This works (really!) */