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