Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->no_monkey_business;  # no new methods/method signatures c
    +an happen now. 
    
    ...
    
    use static_methods qw( MyClass );  #compile this class with only expli
    +citly declared methods allowed.
    
  2. or download this
    # in main:
    no static_methods MyClass;  # uses MyClass with static_methods turned 
    +off.