Help for this page

Select Code to Download


  1. or download this
    package Foo::Bar;
    # (1) strict, warnings?
    ...
    
       return $self->{_name};
    }
    
  2. or download this
    package Foo::Bar;
    use Alter ego => {};
    ...
    __END__
    Name of my object Bob Lambert
    Not a HASH reference at - line 23.