Help for this page

Select Code to Download


  1. or download this
    # Load SomeClass, SomeClass::Subclass, and SomeClass::AnotherSubClass
    use SomeClass qw/::SubClass ::AnotherSubClass/;
    ...
    
    # Load all classes 'below' StateClass in the namespace
    use StateClass '*';