









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: BIOINFO ALGS, DB, TOOLS; Subject: Computer Science; University: University of Maryland; Term: Fall 2008;
Typology: Study notes
1 / 15
This page cannot be seen from the preview
Don't miss anything!










use DBI; my $dbh = DBI->connect("dbi:Sybase:server=SERV;packetSize=8092", "anonymous", "anonymous"); if (! defined $dbh) { die ("Cannot connect to server\n"); } my $mysqlqry =