Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: namespace hacking with globs

by jbert (Priest)
on Jan 15, 2008 at 13:29 UTC ( [id://662461]=note: print w/replies, xml ) Need Help??


in reply to namespace hacking with globs

Perhaps do it the other way?

Take a reference to the array in the other namespace, and fill that up.

my $ar = \@OtherNameSpace::Ar; doTheThingWhichPopulatesBigArray($ar);
That way you've still only got one copy of the data.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-23 04:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found