- or download this
package Bio::DB::UCSC::DB;
use strict;
...
}
1;
- or download this
#!/usr/bin/perl
use strict;
...
my $refGenes = $db->fetch_select(
tables => {'refGene.name' => 'refLink.mrnaAcc'},
where => ['refGene.name like ?','NM_0002%']);
- or download this
DB<3> x $sqldb
0 DBIx::SQLEngine::Driver::Mysql::V3_0=HASH(0x1a7c478)
...
'package' => 'DBIx::SQLEngine::Driver'
'reconnector' => CODE(0x1a29938)
-> &DBIx::SQLEngine::Driver::__ANON__[/Library/Perl/5.8.1/DBIx/S
+QLEngine/Driver.pm:252] in /Library/Perl/5.8.1/DBIx/SQLEngine/Driver.
+pm:252-252
- or download this
main::(test.pl:16): my $refGenes = $db->fetch_select(tables => {'r
+efGene.name' => 'refLink.mrnaAcc'},
main::(test.pl:17): where => ['re
+fGene.name like ?','NM_0002%']);
...
Can't locate object method "fetch_select" via package "Bio::DB::UCSC::
+DB" at test.pl line 16.
at test.pl line 16
Debugged program terminated. Use q to quit or R to restart,