Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Scalar refs, aliasing, and recursion weirdness.

by ikegami (Patriarch)
on Feb 04, 2005 at 22:57 UTC ( [id://428230]=note: print w/replies, xml ) Need Help??

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";
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://428230]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found