Help for this page

Select Code to Download


  1. or download this
    # In my script
    my $dbh = DBI->connect();
    ...
    }
    
    1;
    
  2. or download this
    package Obj;
    
    ...
    }
    
    1;
    
  3. or download this
    ###############
    package Obj::Bar;
    ...
    }
    
    1;