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

Re: Safe / @ISA Problem

by simon.proctor (Vicar)
on Mar 16, 2002 at 00:22 UTC ( [id://152113]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
    ROOT::B->new();
    warn "new - $@" if $@;
    
  2. or download this
    use strict;
    use warnings;
    ...
    $compartment->reval(
        $despatch->{'A'}->test()
    );
    
  3. or download this
    package A;
    
    ...
    
    @ISA = qw(A);
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-16 09:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found