Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: typeglob/symbolic reference question

by BrowserUk (Patriarch)
on Nov 04, 2010 at 14:36 UTC ( [id://869475]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        *{"$pkg\::$name"} = $code;
    
  2. or download this
        # I'd rather use ||= but I'm whoring for Devel::Cover.
        for (qw(into from)) { $arg->{$_} = $calling_pkg unless $arg->{$_} 
    +}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 10:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found