Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Calling a method from class / subclass?

by arkturuz (Curate)
on Oct 05, 2007 at 09:10 UTC ( [id://642860]=note: print w/replies, xml ) Need Help??


in reply to Re: Calling a method from class / subclass?
in thread Calling a method from class / subclass?

Quote: what mylog ($PACKAGE::mylog) is for

To store the value you need variable name: that's $mylog. To store it in the current package, you can use $__PACKAGE__::mylog.

Quote: Again, why Log::Log4perl is assigned to _PACKAGE_::mylog?? What does this mean?

It could mean a number of things. One of them could be that author of the code wants a package global variable (variable that is global in the package defined) to be accessed from outside of the package.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-19 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found