Hello Perl Gurus.
I am new to perl and facing a problem in existing setup.
My perl executable .pl file is not giving any error. I have debugged it and
found that @dbh=DBI->connect() is not working (these were working for last 1
year).
I have also tried to reinstall DBI and DBD-Oracle packages. but still I am
not getting any errors. whole setup alongwith Database is on Windows NT.
following is the output of perl -V and ppm query.
Please let me know if i have to reinstall it then how to do it.
THANKS
Archive-Tar [0.072 ] module for manipulation of tar archives.
Compress-Zlib [1.13 ] Interface to zlib compression library
DBD-Oracle [1.06 ] Oracle database driver for the DBI module
DBI [1.14 ] Database independent interface for Perl
Digest-MD5 [2.11 ] Perl interface to the MD5 Algorithm
File-CounterFile [0.12 ] Persistent counter class
File-Tools [2 ] This module is a wrapper for the various File
moudles.
Font-AFM [1.18 ] Interface to Adobe Font Metrics files
HTML-Parser [3.25 ] SGML parser class
HTML-Tagset [3.03 ] Data tables useful in parsing HTML
HTML-Tree [3.11 ] HTML syntax tree builder
MIME-Base64 [2.11 ] Encoding and decoding of base64 strings
Mail-Sendmail [0.78 ] Simple platform independent mailer
PPM [2.1.5 ] Perl Package Manager: locate, install, upgrade
software packages.
SOAP-Lite [0.51 ] Library for Simple Object Access Protocol (SOAP)
clients and servers in Perl
URI [1.17 ] Uniform Resource Identifiers (absolute and
relative)
XML-Parser [2.27 ] A Perl module for parsing XML documents
libnet [1.07.03] Collection of Network protocol modules
libwin32 [0.18 ] A collection of extensions that aims to provide
comprehensive access to the Windows API.
libwww-perl [5.51 ] Library for WWW access in Perl
================================================
Summary of my perl5 (revision 5 version 6 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
usethreads=undef use5005threads=undef useithreads=define
usemultiplicity=define
useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='cl', ccflags ='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE
-DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-DPERL_MSVCRT_READFIX',
optimize='-O1 -MD -DNDEBUG',
cppflags='-DWIN32'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=4
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -release
-libpath:"D:\Perl\lib\CORE" -machine:x86'
libpth="C:\Program Files\Mts\Lib" "D:\Perl\lib\CORE"
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib
msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib
msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl56.lib
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release
-libpath:"D:\Perl\lib\CORE" -machine:x86'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT
PERL_IMPLICIT_SYS
Locally applied patches:
ActivePerl Build 630
Built under MSWin32
Compiled at Oct 31 2001 20:29:41
%ENV:
PERL5LIB="D:\Perl\lib;D:\Perl\site\lib;"
@INC:
D:\Perl\lib
D:\Perl\site\lib
D:/Perl/lib
D:/Perl/site/lib
.