Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Problems importing constants in multiple namespaces

by naChoZ (Curate)
on Aug 19, 2004 at 18:22 UTC ( [id://384407]=note: print w/replies, xml ) Need Help??


in reply to Problems importing constants in multiple namespaces

I believe you have it backwards. I'm no expert yet, but I think it should be:

package Module; ... package Module::Monkey; use base 'Module'; ... package Module::Ape; use base 'Module'; ...

Update, book suggestion:
By the way, I would highly recommend the alpaca book that Merlyn wrote. I've just finished my first cover-to-cover read of it and it has finally pried my feeble mind open and made me understand things that I just couldn't wrap my brain around from reading other things.

--
"A long habit of not thinking a thing wrong, gives it a superficial appearance of being right." -- Thomas Paine
naChoZ

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found