Can't locate DBD/Sybase.pm in @INC (@INC contains: . db /glory/mu/tools/lib C:/strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberry\perl\vendor\lib .) at dbUpdate.pl line 17. #### 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 #### Can't locate loadable object for module DBD::Sybase in @INC (@INC contains: C:\strawberry\cpan\build\DBD-Sybase-1.10-xUBkiW\blib\lib C:\strawberry\cpan\build . db /glory/mu/tools/lib C:/strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberry\perl\vendor\lib .) at dbUpdate.pl line 20. #### #!/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.