home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume37
/
sybperl
/
part02
/
PACKING.LST
< prev
Wrap
File List
|
1993-05-04
|
1KB
|
35 lines
The Sybperl package should contain the following files:
PACKING.LST This file
README Read Me!
BUGS Perl/DB-library incompatibility description
CHANGES
Makefile
sybperl.c Sybperl source
sybperl.1 Man page
patchlevel.h
t/sbex.pl Example of sybperl script
lib/sybperl.pl A Perl library file.
lib/sybdb.ph Some of the DB-Library include files, run
through h2ph.
eg/space.pl How much space does your sybase databases use?
eg/capture.pl Create a table extracted from /etc/passwd
eg/report.pl Report from table created by capture.pl
eg/sql.pl Utility routines used by the above example programs.
eg/dbtext.pl Example of &dbwritetext() usage. This
script will NOT work out of the box. Read
the code to see what requires doing first.
eg/dbschema.pl Create an Isql script that will to
recreate your database(s) structure (data
types, tables, indexes, rules, defaults,
views, triggers and stored procedures),
extracting the information from the
database's system tables.