D
doofus
HELP!
If I put the line 'use DBI' anywhere in my program it gives up and
produces no out put. So, for example, the prog
print "jkl";
use DBI;
stops and has a think for about a half second and then exits silently.
It is evidently loading DBI and then totally going nuts.
Furthermore, if I copy the DBI.pm from c:\perl\site\lib into current
dir, and then rename the original in the libraries, the above script
works fine.
Isn't that really weird?
I think my Win2k box has been high on something mind altering for about
a couple of months now.
But I have this requirement to do a really urgent database job and now I
really need my MySQL connectivity to code and test in perl/MySQL.
I know there's probably not much I can do, but if anybody happens to
know windows and has a sense of what it could be, please help.
This system was happily interacting with MySQL about a couple of months
ago. Don't know what's happened.
Thanks for any reply.
best,
doofus
**************************************************************
PS. Here's some output. Don't know if it will help. Sorry.
C:\scripts\trial>perl -e "print 99; use DBI";
jkl99
C:\scripts\trial>perl -e "print 99; use DBI";
C:\scripts\trial>perl -e "print 99; use DBI";
jkl99
C:\scripts\trial>perl -e "print 99; use DBI";
C:\scripts\trial>perl -v
This is perl, v5.8.0 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2002, Larry Wall
Binary build 806 provided by ActiveState Corp.
http://www.ActiveState.com
Built 00:45:44 Mar 31 2003
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to
the
Internet, point your browser at http://www.perl.com/, the Perl Home
Page.
C:\scripts\trial>
If I put the line 'use DBI' anywhere in my program it gives up and
produces no out put. So, for example, the prog
print "jkl";
use DBI;
stops and has a think for about a half second and then exits silently.
It is evidently loading DBI and then totally going nuts.
Furthermore, if I copy the DBI.pm from c:\perl\site\lib into current
dir, and then rename the original in the libraries, the above script
works fine.
Isn't that really weird?
I think my Win2k box has been high on something mind altering for about
a couple of months now.
But I have this requirement to do a really urgent database job and now I
really need my MySQL connectivity to code and test in perl/MySQL.
I know there's probably not much I can do, but if anybody happens to
know windows and has a sense of what it could be, please help.
This system was happily interacting with MySQL about a couple of months
ago. Don't know what's happened.
Thanks for any reply.
best,
doofus
**************************************************************
PS. Here's some output. Don't know if it will help. Sorry.
C:\scripts\trial>perl -e "print 99; use DBI";
jkl99
C:\scripts\trial>perl -e "print 99; use DBI";
C:\scripts\trial>perl -e "print 99; use DBI";
jkl99
C:\scripts\trial>perl -e "print 99; use DBI";
C:\scripts\trial>perl -v
This is perl, v5.8.0 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2002, Larry Wall
Binary build 806 provided by ActiveState Corp.
http://www.ActiveState.com
Built 00:45:44 Mar 31 2003
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to
the
Internet, point your browser at http://www.perl.com/, the Perl Home
Page.
C:\scripts\trial>