Help for this page

Select Code to Download


  1. or download this
    $dbcontext = Bio::DB::SimpleDBContext->new( {
                                                  -database => 'biosql'
    ...
                                                  -port     => 3306,    # 
    +optional
                                                  -driver   => 'mysql',
                                                } );
    
  2. or download this
    # in Bio::DB::SimpleDBContext
    sub new {
    ...
       else {
          my $args{arg1, arg2} = @_;
       }