home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume39 / sybperl / part03 / PACKING.LST < prev   
Encoding:
File List  |  1993-09-25  |  1.2 KB  |  37 lines

  1.     @(#)PACKING.LST    1.1    9/2/93
  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.         eg/test_dbmoney.pl
  28.                     Example script using &dbmny*() calls.
  29.  
  30.         eg/dbschema.pl  Create an Isql script that will to
  31.                         recreate your database(s) structure (data
  32.                 types, tables, indexes, rules, defaults,
  33.                 views, triggers and stored procedures),
  34.                 extracting the information from the
  35.                 database's system tables.
  36.  
  37.