Anonymous Classes

In Perl, classes are namespaces, the names are immutable and global.

In Python, classes are objects, and scoped as such: