--- trunk/examples/webgui.pl 2004/08/29 18:51:29 11 +++ trunk/examples/webgui.pl 2004/08/29 20:12:37 13 @@ -25,9 +25,15 @@ where oid = ?; }; -Fuse::DBI->run({ +my $mnt = Fuse::DBI->mount({ filenames => $sql_filenames, read => $sql_read, update => $sql_update, dsn => 'DBI:Pg:dbname=webgui', + mount => '/mnt2', }); + +print "Press enter to exit..."; +my $foo = ; + +$mnt->umount;