Help for this page

Select Code to Download


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