Re: [Knowledge Base] First coherent release

2001-10-11 Thread Drew Taylor
I've run into a WEIRD problem that I think is ActivePerl related. I've installed the PerlKB modules and added some debugging code to PerlKB::Store.pm. The short story is that I have to shift TWICE to get rid of the PerlKB::Store! This is with the latest ActivePerl which I just installed

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Jim Smith
On Thu, Oct 11, 2001 at 02:53:09AM -0400, Drew Taylor wrote: I've run into a WEIRD problem that I think is ActivePerl related. I've installed the PerlKB modules and added some debugging code to PerlKB::Store.pm. The short story is that I have to shift TWICE to get rid of the PerlKB::Store!

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Drew Taylor
I feel a little stupid now that I actually read up on tying hashes. Had I read Ch 14 of the Camel #3, I might have phrased my question in a better way so as to not illuminate my inexperience with tying variables. :-) I assume that the reason I get the Can't locate the render_format method is

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Jim Smith
On Thu, Oct 11, 2001 at 11:25:43AM -0400, Drew Taylor wrote: I feel a little stupid now that I actually read up on tying hashes. Had I read Ch 14 of the Camel #3, I might have phrased my question in a better way so as to not illuminate my inexperience with tying variables. :-) n/p :) I

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Drew Taylor
At 11:45 AM 10/11/01 -0500, Jim Smith wrote: On Thu, Oct 11, 2001 at 11:25:43AM -0400, Drew Taylor wrote: I assume that the reason I get the Can't locate the render_format method is because you're not actually storing any objects yet? Not sure. It should be able to see it. Can you give

Re: [Knowledge Base] First coherent release

2001-10-11 Thread Jim Smith
On Thu, Oct 11, 2001 at 01:05:17PM -0400, Drew Taylor wrote: At 11:45 AM 10/11/01 -0500, Jim Smith wrote: On Thu, Oct 11, 2001 at 11:25:43AM -0400, Drew Taylor wrote: I assume that the reason I get the Can't locate the render_format method is because you're not actually storing any

[Knowledge Base] First coherent release

2001-10-10 Thread James G Smith
I've put together a tarball of the PerlKB modules: http://prdownloads.sourceforge.net/perlkb/PerlKB-0.02.tar.gz The example/ directory has a little script that shows how the store objects work. The scripts/ directory has a perl script that starts up the PerlKB::Shell monitor (modeled in a