#!/gendat2/proj/bin/perl #{insert 10 lines of comments here} use strict; # Restrict unsafe constructs. use lib 'C:\strawberry\cpan\build'; use lib 'C:\strawberry\cpan\build\DBD-Sybase-1.10-xUBkiW\blib\lib'; # So Perl can find the DBD::Sybase module use Getopt::Long; # Command line option parser. use oasisLib; # Common functions. use DBI; # Database interface. use DBD::Sybase; # Sybase-specific module. use Data::Dumper; # Dumps perl data structures. use FileHandle; # File I/O support. use Symbol; # Support for using variables as variable names. Uber cool. use Data::Compare; # Compares perl data structures.