Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Safe / @ISA Problem

by simon.proctor (Vicar)
on Mar 16, 2002 at 00:22 UTC ( #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? | Other CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2023-04-02 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?