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

Re^3: Constants and Subclasses...

by t'mo (Pilgrim)
on Dec 22, 2006 at 18:53 UTC ( [id://591374]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Constants and Subclasses...
in thread Constants and Subclasses...

Cool, I didn't realize you could constant->import. I had tried to use constant NAME => value inside that loop, but (obviously) it didn't work.

Replies are listed 'Best First'.
Re^4: Constants and Subclasses...
by diotalevi (Canon) on Dec 22, 2006 at 18:56 UTC

    Well sure. use constant FOO => 'bar'; is just shorthand for the following:

    BEGIN { require constant; constant->import( FOO => 'bar' ); }

    ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

Log In?
Username:
Password:

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

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

    No recent polls found