Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
        _init($self);
        $self;
    }
    
  2. or download this
    package Foo;
    
    ...
        $self->Bar::_init;
        $self;
    }
    
  3. or download this
    package main;
    use Data::Dumper;
    ...
                     'bar' => 2,
                     'foo' => 1
                   }, 'Bar' );