|
|
sybperl-l Archive
Up Prev Next
From: Silvio Fernandes de Paula <depaula at usp dot br>
Subject: Re: How to retrieve Sybperl version?
Date: Jan 12 1999 3:36PM
philip.c.w.chan@hsbcam.com wrote:
>
> Just wonder if there is any way to tell the sybperl version
> being installed? for example with perl we could do 'perl -v' to
> get the version.
>
> Thanks
> Philip
>
> __________________________________________________________________
>
> This information (including any attached information) is issued by
> a member of the HSBC Asset Management Group of companies for the
> information of its non-private customers only. It is not an
> invitation to buy or sell securities. HSBC Asset Management makes
> no representation and accepts no responsibility or liability as to
> its completeness or accuracy.
>
> Each page attached hereto must also be read in conjunction with any
> disclaimer which forms part of it.
Try
# Sybperl version.
print $Sybase::DBlib::Version;
# DBlibrary version
print DBLIBVS;
see also The Sybperl Manual:
http://www.mbay.net/~mpeppler/Sybperl/sybperl.html
Silvio F. de Paula
|