Help for this page

Select Code to Download


  1. or download this
    sub buk2 {
        my( $s, $n ) = @_;
    ...
        ) while $n-- and index( $s, '(', $start +1 ) > 0;
        substr $s, $start, $stop - $start;
    }