Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Deepak Mallya
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

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
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

RE: libapreq2-2.08 installation troubles - missing mod_perl source files

2007-04-23 Thread Tom Shaw
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

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
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 way i

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
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 assume

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Deepak Mallya
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

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
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 adding

Re: Error while using Storable.pm for persistent Data Structures from Perl(CGI script)

2007-04-23 Thread Clinton Gormley
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

[RELEASE CANDIDATE] libapreq 1.34-RC1

2007-04-23 Thread Issac Goldstand
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

Apache::TestMB ignores '-axps=' flag ?

2007-04-23 Thread Joshua Hoblitt
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

Re: Apache::TestMB ignores '-axps=' flag ?

2007-04-23 Thread Geoffrey Young
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

Re: [Fwd: Call for Papers Opens for ApacheCon US 2007]

2007-04-23 Thread Philip M. Gollucci
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

Perl and ASP.Net

2007-04-23 Thread Praveen Ray
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

Re: Perl and ASP.Net

2007-04-23 Thread Tyler Gee
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

svn commit: r531615 - /perl/Apache-Reload/

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:32:39 2007 New Revision: 531615 URL: http://svn.apache.org/viewvc?view=revrev=531615 Log: add directory for Apache-Reload import Added: perl/Apache-Reload/

svn commit: r531616 - in /perl/Apache-Reload: branches/ tags/ trunk/ trunk/MANIFEST trunk/Makefile.PL trunk/README trunk/Reload.pm

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:34:25 2007 New Revision: 531616 URL: http://svn.apache.org/viewvc?view=revrev=531616 Log: importing Apache-Reload based on v0.07 Added: perl/Apache-Reload/branches/ perl/Apache-Reload/tags/ perl/Apache-Reload/trunk/

svn commit: r531617 - /perl/Apache-Reload/tags/0_07/

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:35:05 2007 New Revision: 531617 URL: http://svn.apache.org/viewvc?view=revrev=531617 Log: tag 0.07 Added: perl/Apache-Reload/tags/0_07/ - copied from r531616, perl/Apache-Reload/trunk/

svn commit: r531618 - in /perl/Apache-Reload/trunk: LICENSE Reload.pm lib/ lib/Apache/ lib/Apache/Reload.pm t/

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:41:19 2007 New Revision: 531618 URL: http://svn.apache.org/viewvc?view=revrev=531618 Log: normalize directory structure add LICENSE file Added: perl/Apache-Reload/trunk/LICENSE perl/Apache-Reload/trunk/lib/ perl/Apache-Reload/trunk/lib/Apache/

svn commit: r531620 - /perl/Apache-Reload/trunk/RELEASE

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:43:31 2007 New Revision: 531620 URL: http://svn.apache.org/viewvc?view=revrev=531620 Log: adding RELEASE file needs work Added: perl/Apache-Reload/trunk/RELEASE Added: perl/Apache-Reload/trunk/RELEASE URL:

svn commit: r531621 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:44:23 2007 New Revision: 531621 URL: http://svn.apache.org/viewvc?view=revrev=531621 Log: adding license header Modified: perl/Apache-Reload/trunk/lib/Apache/Reload.pm Modified: perl/Apache-Reload/trunk/lib/Apache/Reload.pm URL:

svn commit: r531623 - /perl/Apache-Reload/trunk/MANIFEST

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:45:03 2007 New Revision: 531623 URL: http://svn.apache.org/viewvc?view=revrev=531623 Log: update MANIFEST Modified: perl/Apache-Reload/trunk/MANIFEST Modified: perl/Apache-Reload/trunk/MANIFEST URL:

svn commit: r531624 - /perl/Apache-Reload/trunk/Changes

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 14:48:18 2007 New Revision: 531624 URL: http://svn.apache.org/viewvc?view=revrev=531624 Log: adding a Changes file Added: perl/Apache-Reload/trunk/Changes Added: perl/Apache-Reload/trunk/Changes URL:

svn commit: r531639 - /perl/Apache-Reload/trunk/lib/Apache/Reload.pm

2007-04-23 Thread pgollucci
Author: pgollucci Date: Mon Apr 23 15:52:15 2007 New Revision: 531639 URL: http://svn.apache.org/viewvc?view=revrev=531639 Log: bump version Modified: perl/Apache-Reload/trunk/lib/Apache/Reload.pm Modified: perl/Apache-Reload/trunk/lib/Apache/Reload.pm URL: