Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: perl deferring die to calling method

by fmerges (Chaplain)
on Dec 10, 2005 at 14:00 UTC ( [id://515721]=note: print w/replies, xml ) Need Help??


in reply to Re: perl deferring die to calling method
in thread perl deferring die to calling method

Hi,

I would also do so...

If you were using OO then calling B->foo() would be the best method, but on your example you're not using OO only funcion call, and when calling it with B->foo(), you must know that the first argument in @_ is the package name 'B'.

So go for B::foo() or take a look at the Exporter module.

Also is good to read the manuals about perlref, perlboot.

There was also a module, think it was by Brian D Foy, something to make alias to the package names inside your package scope...

Regards,

fmerges at irc.freenode.net
  • Comment on Re^2: perl deferring die to calling method

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-25 11:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found