Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: package Foo; isa Bar; why not?

by liz (Monsignor)
on Dec 19, 2003 at 09:37 UTC ( [id://315771]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    isa Bar qw(Baz Bas Boo);
    
  2. or download this
    isa Bar, isa Baz, isa Bas, isa Boo;
    
  3. or download this
    -push @{caller().'::ISA'}, @_;
    +push @{caller().'::ISA'}, map {m#^main$# ? () : $_} @_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-24 21:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found