home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume25 / sybperl / part01 / README < prev    next >
Text File  |  1991-11-11  |  2KB  |  75 lines

  1.  
  2.                  Sybperl, version 1.0
  3.  
  4.  
  5.  
  6.    Sybperl is a set of user-defined subroutines letting you access a
  7.    Sybase data server using Perl.
  8.  
  9.    Requirements: Perl ver 3.0.27 or higher.
  10.          Sybase DB-Library (aka Open Client)
  11.  
  12.  
  13.    Unshar somewhere convenient, and edit Makefile to reflect your
  14.    system setup. The PERL_VERSION macro needs to be uncommented if you
  15.    are compiling sybperl for Perl version 3.xx. The Makefile will not
  16.    attempt to build uperl.o if it can't find it.
  17.  
  18.    You'll also need to edit the lib/sybperl.pl file to addapt it to
  19.    your environment.
  20.  
  21.    There are some test scripts in the t directory which you can run to
  22.    see if all is well, and to get an idea of what can be done with sybperl.
  23.  
  24.    Sybperl has been tested succesfully in the following environments:
  25.  
  26.    Sun Sparc, SunOS 4.1.1, Sybase 4.0.1, Perl 4.010
  27.    Sun 3/80, SunOS 4.0.3, Sybase 4.0.1, Perl 4.010
  28.    Sun Sparc, SunOS 4.1, Sybase 4.2, Perl 4.010
  29.    Pyramid MIServer 2/2, OSx V5.1a, Sybase 4.0, Perl 4.010
  30.    
  31.    I use sybperl daily in a production environment on a Sun 4/65 under
  32.    SunOS 4.1.1, with Sybase version 4.0.1.
  33.  
  34.    BUGS:
  35.  
  36.    There seems to be a major incompatibility between Perl and
  37.    DB-Library, but I've been able to code around it. See the BUGS file
  38.    for details.
  39.  
  40.  
  41.  
  42.    Have fun using it and let me know of any improvements, problems,
  43.    whatever...
  44.  
  45.    Michael Peppler            mpeppler@itf.ch {uunet,mcsun}!chsun!itf1!mpeppler
  46.    ITF Management SA            BIX:   mpeppler                         
  47.    13 Rue de la Fontaine        Phone: (+4122) 312 1311  
  48.    CH-1204 Geneva, Switzerland  Fax:   (+4122) 312 1322  
  49.  
  50.    
  51.  
  52.                    NOTICE - Warranty and Copyright
  53.  
  54.            
  55.    Sybperl is not a product of ITF Management. There is no warranty,
  56.    and no official support.
  57.  
  58.    Sybperl is copyright, but may be freely distributed under the
  59.    same terms as Perl itself.
  60.  
  61.  
  62.  
  63.    My thanks to the following people for testing Perl:
  64.  
  65.    Teemu Torma
  66.    Matthew Merzbacher
  67.    Dan Banay
  68.    Jeffrey Wong
  69.    Anders Ardo
  70.    Minh Ton Ha
  71.    Gijs Mos
  72.    G. Roderick Singleton
  73.    Peter Gutmann
  74.    
  75.