Help for this page

Select Code to Download


  1. or download this
      my $foo = Bob::MyObject->new(...) ;  # or new Bob::MyObject ...
      my $foo = $bar->new(...) ;
      my $foo = Bob::MyObject::new(...) ;
    
  2. or download this
      my $class = ref($proto) || $proto || __PACKAGE__ ;