Help for this page

Select Code to Download


  1. or download this
    package Widget;
    use strict;
    ...
        my $self = {};
        bless( $self, $class );
    }
    
  2. or download this
    {
        package Widget::Special;
    ...
    }
    
    my $special = Widget::Special->new;