Re: [Apachetoolbox] How to choose your Perl?

2003-10-23 Thread Brendan W. McAdams
setting your environment before you run the program, like this: export PATH=/usr/local/bin:$PATH That will make the system search /usr/local/bin/ before anyplace else, conceivably finding your perl. Regards, Brendan -- Brendan W. McAdams | [EMAIL PROTECTED] Senior Applications De

Storing Objects with Apache::Session

2003-10-23 Thread Brendan W. McAdams
e method (which dumps to a hash)? -- Brendan W. McAdams | [EMAIL PROTECTED] Senior Applications Developer | (646) 375-1140 TheMuniCenter, LLC | www.themunicenter.com perl -e '$_="krJhruaesrltre c a cnp,ohet";$_.=$1,print$2while s/(..)(.)//;' "Alway

Re: Storing Objects with Apache::Session

2003-10-23 Thread Brendan W. McAdams
the preview_sell_candidates item just isn't there when I go to load it from the session. On Thu, 2003-10-23 at 13:47, Brendan W. McAdams wrote: > I'm trying to store an object (simple datatype, just a blessed hash > inside) within Apache::Session. I'm doing this: > $ses

Re: Storing Objects with Apache::Session

2003-10-23 Thread Brendan W. McAdams
ssion can store Objects - am I better > > off switching to CGI::Session > > They both use Storable for serialization. The problem is the tie, not > the serializer. > > - Perrin -- Brendan W. McAdams | [EMAIL PROTECTED] Senior Applications Developer | (646) 375-1140 TheMuniCenter, LLC | www.themunicenter.com

Ongoing problem with random "Handler Not Found"

2003-11-17 Thread Brendan W. McAdams
er Perl 5.6/5.6.1 and Apache 1.3.26, mod_perl 1.26 as well. -- Brendan W. McAdams | [EMAIL PROTECTED] Senior Applications Developer | (646) 375-1140 TheMuniCenter, LLC | www.themunicenter.com -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html