Help for this page

Select Code to Download


  1. or download this
    my $foo = MyModule::->new($dbh);
    
  2. or download this
    my $foo = MyModule->new($dbh);
    
  3. or download this
    sub new
    {
    ...
        bless $self, $class;
    ....
    }