home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume37 / sybperl / part02 / PACKING.LST < prev   
File List  |  1993-05-04  |  1KB  |  35 lines

  1.  
  2.  
  3.     
  4.     The Sybperl package should contain the following files:
  5.  
  6.  
  7.         PACKING.LST        This file
  8.         README        Read Me!
  9.         BUGS        Perl/DB-library incompatibility description
  10.         CHANGES
  11.         Makefile
  12.         sybperl.c        Sybperl source
  13.         sybperl.1        Man page
  14.         patchlevel.h
  15.         t/sbex.pl        Example of sybperl script
  16.         lib/sybperl.pl  A Perl library file.
  17.         lib/sybdb.ph    Some of the DB-Library include files, run
  18.                 through h2ph.
  19.         eg/space.pl        How much space does your sybase databases use?
  20.         eg/capture.pl   Create a table extracted from /etc/passwd
  21.         eg/report.pl    Report from table created by capture.pl
  22.         eg/sql.pl        Utility routines used by the above example programs.
  23.  
  24.         eg/dbtext.pl    Example of &dbwritetext() usage. This
  25.                 script will NOT work out of the box. Read
  26.                 the code to see what requires doing first.
  27.  
  28.         eg/dbschema.pl  Create an Isql script that will to
  29.                         recreate your database(s) structure (data
  30.                 types, tables, indexes, rules, defaults,
  31.                 views, triggers and stored procedures),
  32.                 extracting the information from the
  33.                 database's system tables.
  34.         
  35.