Hi,
At 01:50 PM 7/4/00 -0500, Randy Kobes wrote:
>On Tue, 4 Jul 2000, David Jourard wrote:
>
> > At 06:24 PM 7/4/00 +0100, David Mitchell wrote:
> > > > This worked but now I get upon start up of the apache httpd daemon:
> > > > defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.p
On Tue, 4 Jul 2000, David Jourard wrote:
> At 06:24 PM 7/4/00 +0100, David Mitchell wrote:
> > > This worked but now I get upon start up of the apache httpd daemon:
> > > defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm
> > > line 135 (Maybe you should just omit the defined()
Hi
At 06:24 PM 7/4/00 +0100, David Mitchell wrote:
> > This worked but now I get upon start up of the apache httpd daemon:
> >
> > defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm
> >
> > line 135 (Maybe you should just omit the defined()?)
>
>Just edit c:/Perl/site/5.6.0/lib
> This worked but now I get upon start up of the apache httpd daemon:
>
> defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm
>
> line 135 (Maybe you should just omit the defined()?)
Just edit c:/Perl/site/5.6.0/lib/Apache/DBI.pm, deleting the 'defined'
on line 135 :-)
Hi,
At 03:30 PM 7/3/00 -0500, Randy Kobes wrote:
>http://www.perl.com/CPAN/authors/id/M/ME/MERGL/,
>unpack it, and run
>perl Makefile.PL
>nmake
>nmake install
>If you don't have nmake, you can get a self-extracting archive
>from ftp://ftp.microsoft.com/softlib/MSLFILES/nmake15.exe.
T
Randy Kobes wrote:
>
> On Mon, 3 Jul 2000, David Jourard wrote:
>
> > Hi,
> >
> > I'm running the win32 version.
> > I changed the httpd.conf file to include: Apache::DBI
> > I get that it cannot be found.
> [ ... ]
>
> Apache::DBI doesn't need a C compiler to install, so you
> should be able
On Mon, 3 Jul 2000, David Jourard wrote:
> Hi,
>
> I'm running the win32 version.
> I changed the httpd.conf file to include: Apache::DBI
> I get that it cannot be found.
[ ... ]
Apache::DBI doesn't need a C compiler to install, so you
should be able to just do
c:\> perl -MCPAN -e shell