- or download this
package Foo::Bar;
- or download this
BEGIN {require Foo::Bar; Foo::Bar->import();}
- or download this
my $baz = Foo::Bar->new(easy => 'to',
see => 'whats',
happening => 'here');
- or download this
package Dark::Madness;
my $inner_demon = $main::higher_demon;
...
1;
- or download this
$foobar->set_widget(param1 => value1,
param2 => value2,
...
$foobar->use_widget();
my $widget_dreams = $foobar->get_dreams(style => 'psychotic');