30 May
2013
30 May
'13
5:05 p.m.
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