Help for this page

Select Code to Download


  1. or download this
            my $kool = Kool::Widget->new();
            my $frobnicated = $kool->frobnoz;
    
  2. or download this
            my $kool = Kool::Widget->new(
                'weasels'    => 77,
    ...
            #see what you've got
            print Data::Dumper($frobnicated);
    
  3. or download this
            my $kool = Kool::Widget->new(
                'weasels'    => 77,
    ...
            #see what you've got
            print Data::Dumper($baz);