Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Avoiding the Use of @ISA = qw(Foo::Bar);

by dws (Chancellor)
on Jul 14, 2003 at 18:14 UTC ( [id://274088]=note: print w/replies, xml ) Need Help??


in reply to Avoiding the Use of @ISA = qw(Foo::Bar);

I'm with merlyn on this. Except in the odd case of someone writing
package A; use base qw(B); @ISA=(C);
there's no opportunity for @ISA to have been initialized prior to it being set explicitly. You're trying to warn people off from a demon that isn't there. Or at least I've never seen it.

I do agree, though, that use base is a better way to go.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://274088]
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: (3)
As of 2024-04-24 02:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found