ftp.nice.ch/pub/next/unix/database/sybperl.1.0.N.b.tar.gz#/sybperl/lib/sybperl.pl

This is sybperl.pl in view mode; [Download] [Up]

;# 	@(#)sybperl.pl	1.2	11/25/91

;# This file, when interpreted, sets the appropriate environment
;# variables for Sybase's use DB-Library & isql.
;#
;# usage:
;#	require 'sybperl.pl';
;#
;# We don't set the environment if it is already set.

require 'sybdb.ph';

$ENV{'SYBASE'} = "/usr/local/sybase" unless $ENV{'SYBASE'};
$ENV{'DSQUERY'}= "SYBASE" unless $ENV{'DSQUERY'};
$ENV{'PATH'}="$ENV{'PATH'}:$ENV{'SYBASE'}/bin" unless $ENV{'PATH'} =~ /$ENV{'SYBASE'}/;


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.