Help for this page

Select Code to Download


  1. or download this
    $_ = "111(22(33)44)55";
    1 while s/ \( [^()]* \) //gx;
    if (/[()]/) {
    ...
    } else {
      print;
    }