Perl ref object - "overloading" stuff
Perl ref objects
provide "overloading" for various special methods so that they can be used like their corresponding native python types:
p() p[42] p["foo"] p[3:4] p + p p * 3 len(p) if p: ...
www.ActiveState.com
17/32