topical media & game development
mashup-gmaps-ch13-01.pl / pl
#!/usr/bin/perl
use DBI;
my dbh))
{
dbh->do('create table ch12_routepoints (routeid int,lat float,lng float)');
}
else
{
die "Couldn't open connection to database\n";
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.