- or download this
Objects = $VAR1 = {
'Bah' => [
...
]
]
};
- or download this
# Keep going up the tree.
# Find all the classes this one is a subclass of.
...
push @{$methods{$name}}, $val;
}
}
- or download this
Objects = $VAR1 = {
'Bah' => [
...
'toString'
]
};