Hi ,
I am getting the following error when I use Storable.pm in a CGI
script.Do I need a different version?Also is there any other package for
using Persistent Data Structures in CGI scripts..I am able to work with
Storable.pm successfully from 2 Perl programs..but when I use a CGI(perl
scri
>
>
> Content-type: text/html
> Software error:
> Storable binary image v2.7 more recent than I am (v2.6) at
> ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al)
> line 323
>From the Storable.pm POD:
files from future versions of Storable
Earlier
I did a make install in my mod_perl source folder and everything worked
perfectly with the libapreq2 installation.
I did the mod_perl installed a few weeks ago so that explains things.
Your help is much appreciated. Its alyways the blindingly obvious things
that catch me...cant see the wood for
On Mon, 2007-04-23 at 04:17 -0500, Deepak Mallya wrote:
> Hi,
> I did install the latest Storable.pm and included using
> use lib
> "/home/002/d/dp/dpm052000/public_html/cgi-bin/Storable-2.16/blib";
> I get an error when I use $index=retrieve('filename');
> Is somehting wrong in the
> Add this to your CGI script:
>
> warn $INC{Storable.pm};
change that to:
warn $INC{'Storable.pm'};
otherwise it'll break under use strict;
>
> and I bet you that the path that it prints to your error log is not the
> one to your home directory.
What you could try doing in this case (I as
Clinton,
I tried it ..It gives me this at the line I added warn.
Warning: something's wrong at newprocessquery.pl line 24.
Undefined subroutine &main::retrieve called at newprocessquery.pl line 25.
I tried printing @INC after adding the use lib..It gives me the path at the
front of @INC ..i dont
On Mon, 2007-04-23 at 04:48 -0500, Deepak Mallya wrote:
> Clinton,
> I tried it ..It gives me this at the line I added warn.
> Warning: something's wrong at newprocessquery.pl line 24.
> Undefined subroutine &main::retrieve called at newprocessquery.pl line
> 25.
>
> I tried printing @INC after
Deepak - please keep this on list.
On Mon, 2007-04-23 at 05:58 -0500, Deepak Mallya wrote:
> Clinton,
>That thing worked..but i think there is another problem
> now:)..shud I install this one too?
>
> Storable object version 2.15 does not match $Storable::VERSION 2.16
> at /usr/lib64/
The apreq developers are planning a maintenance release of
libapreq1. This version primarily addresses an issue noted
with FireFox 2.0 truncating file uploads in SSL mode.
Please give the tarball at
http://people.apache.org/~issac/libapreq-1.34-RC1.tar.gz
a try and report comments/problems/etc.
Hi Folks,
I just discovered that version of Apache::TestMB (no version string)
from Apache-Test 1.29 is ignoring the -apxs= flags passed on the command
line. E.g., `perl Build.PL -axps=/usr/sbin/apxs2`. I'm suspecting that
this is probably my fault as I've created my own subclass so that I can
ad
Joshua Hoblitt wrote:
> Hi Folks,
>
> I just discovered that version of Apache::TestMB (no version string)
> from Apache-Test 1.29 is ignoring the -apxs= flags passed on the command
> line. E.g., `perl Build.PL -axps=/usr/sbin/apxs2`.
I really don't know the M::B extension to A-T, but in Makef
Geoffrey Young wrote:
Issac Goldstand wrote:
ISn't that kind of short notice? Even for a proposal and certainly for
the paper...
it is what it is, and I suspect that the deadline is meant to be just
before the conference committee meets for ApacheCon EU the following week.
as for the distinc
Hello people
Trying to look for the *best* perl web framework out there and looking for
suggestions. I've looked at Catalyst, Jifty and bunch of other frameworks. My
biggest gripe about these web frameworks is the lack of reusable UI controls
aka ASP.Net. One reason ASP.Net has caught on so qui
On 4/23/07, Praveen Ray <[EMAIL PROTECTED]> wrote:
t
Hello people
Trying to look for the *best* perl web framework out there and looking for
suggestions. I've looked at Catalyst, Jifty and bunch of other frameworks.
My biggest gripe about these web frameworks is the lack of reusable UI
controls a
14 matches
Mail list logo