in reply to Why did the 6-legged camel try to cross the sigil wall?
Problem: You want to create an object that can be accessed like the builtin 'list' type. Solution: Inherit from the builtin type list: class MyClass is list { ... } [download]
class MyClass is list { ... } [download]