I'm trying to add a document to an existing dababase xmark. Any idea on how to do this with Perl?
$session->execute("create db database"); (would like the existing database xmark in here) print $session->info()."\n";
# add document $session->add("world/World.xml");
Thanks Mark Shortt