Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: strange code (de)referencing behavior

by kennethk (Abbot)
on Feb 10, 2012 at 15:54 UTC ( [id://953060]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub parseAutorep {
        print join "\n", map defined ? "'$_'" : '<undef>', @_;
    }
    
  2. or download this
    'Util'
    'parse'
    
  3. or download this
    sub dispatch {
        my ($self, $fname) = (shift,shift);
        &{$dispatchTable{$fname}};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found