| |
| Recipe 7.4: Subclassing Multiple Builtin Types |
Last Updated: Sep 8, 2003
Status: Draft
|
|
|
|
How important is this problem to you?
(Login to Vote)
5.00 Rating, 1 Vote
|
|
How acceptable is the proposed solution?
(Login to Vote)
0.00 Rating, 0 Votes
|
|
Problem:
   
You want to create an object that can be accessed as more than one builtin type; for example, as a list in list context, and as a hash in hash context.
Solution:
Discussion:
|
|