|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: getting Sybperl & DBD::Sybase versions
Date: Jan 18 2001 7:42PM
Michael Burstin writes:
> I have what hopefully is an easy question. How can I tell what
> version of both Sybperl and DBD::Sybase I have installed on a machine?
> Is there a built in variable that I can read in order to determine
> this?
print "DBD::Sybase: $DBD::Sybase::VERSION\n";
print "$Sybase::CTlib::Version\n";
print "$Sybase::DBlib::Version\n";
eg:
DBD::Sybase: 0.92
This is sybperl, version 2.13
Sybase::CTlib $Revision: 1.42 $ $Date: 2000/11/15 00:30:05 $
Copyright (c) 1995-1999 Michael Peppler
Portions Copyright (c) 1995 Sybase, Inc.
This is sybperl, version 2.13
Sybase::DBlib $Revision: 1.51 $ $Date: 2000/11/15 00:32:21 $
Copyright (c) 1991-1999 Michael Peppler
Michael
--
Michael Peppler - Data Migrations Inc. - mpeppler@peppler.org
http://www.mbay.net/~mpeppler - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|