|
||||
sybperl-l ArchiveUp Prev Next
From: David Carter <david at SOLBORS dot NO> Hi,
> does anybody know how to use sybperl with HTML::Embperl.
I had a similar problem with ePerl and CTlib until I inserted the first
two lines here:
$ENV{'SYBASE'}="/usr/local/sybase";
$ENV{'DSQUERY'}="databasestring";
use Apache::Sybase::CTlib;
David.
|