Help for this page

Select Code to Download


  1. or download this
    package AbstractWidget;
    
    ...
    sub get_widget_type{
        confess(qq["get_widget_type" must be implemented by a subclass!]);
    }
    
  2. or download this
    has_abstract 'get_widget_type'
    
  3. or download this
    expects 'get_widget_type'