Help for this page

Select Code to Download


  1. or download this
    use Btn => 'Foo::Button';
    ...
    $b = Btn->new(@args);
    
  2. or download this
    my $Btn => 'Foo::Button';
    ...
    %b => $Btn->new(@args);