Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Conditional inheritance strategy

by JavaFan (Canon)
on Oct 27, 2010 at 13:02 UTC ( [id://867708]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $x = My->new(source=>"xml");
    my $y = My->new(source=>"json");
    
  2. or download this
    package My::XML;
    use My;
    ...
    my $x = My::XML->new;
    my $y = My::JSON->new;
    

Log In?
Username:
Password:

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

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

    No recent polls found