On Fri, 21 Jul 2006 07:42:38 -0400
Tim Nelson <timnelson at phreaker.net> wrote:
> Normally when I want to get a database handle in a page I do:
> [perl tables="userdb"]
> my $dbh = $Sql{userdb};
> ...
>
> How can I accomplish the same thing in a UserTag ?
$Db{userdb}->query('SQL..') ?