Help for this page

Select Code to Download


  1. or download this
    Foo->new            # Calls class method new
    Foo->hello          # Calls class method hello
    __PACKAGE__->new    # Calls class method new
    __PACKAGE__->hello  # Calls class method hello