sybperl-l Archive
Up Prev Next
From: David Hajoglou <hojo at greenland dot i-tel dot com>
Subject: sybperl works
Date: Feb 11 1999 11:49PM
I got sybperl to work finally. However, as I am having trouble with using
globals and mod_perl and such, I don't know if I can use this specific
line of code.
I am creating a hash of database handles with this line of code
$dbh{$user}=new Sybase::DBlib $user, $sent_pw, $server;
I want to be able to create, destroy, and access these handles
individually. Am I able to cerate such global handles? And, is this a
good way to achieve persistant connections?
Thank You
hojo
|