- or download this
my $ArrayList= use Perl::Util::ArrayList;
my $a= $ArrayList->new();
- or download this
my $Widget;
use My::Widget::Module( Factory=>\$Widget );
...
my $flange= $Widget->new();
$dumper->( $flange );
Dumper( $flange );
- or download this
my $factory= require My::Object::Module;
- or download this
package My::Object::Module;
# ...
...
}
# ...
\&factory; # a 'true' value