Help for this page

Select Code to Download


  1. or download this
    $in = s/^\((.*)\)$/$1/;
    my @splat = split(/,/, $in);
    ...
         last if $depth == 0;
    }
    my $right = join(',', @splat);