Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
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 learning in the Monastery: (2)
As of 2024-04-25 06:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found