Help for this page

Select Code to Download


  1. or download this
        if( length ${ $_[ 0 ] } > 2) {
            my ($pre, $mid, $post) = /^(.)(.*)(.)$/;
            recurse( $mid );
            ${ $_[ 0 ] } = "$pre ( $mid ) $post";
        }