Re: magic for variables to link with the C vars where perl is embedded into

2002-05-16 Thread Cory C. Albrecht
On 16 May 2002 at 7:59, Gerald Richter wrote: > Hi, > > this seems not the best list for this sort of questions, it's a list > about Embperl. > > Anyway a short answer: > > Yes, you have to set the magic on all elements of hash/array. There is > no simple way to do it (at least not in 5.

replied msg with nothing said.

2002-05-16 Thread Cory C. Albrecht
Sorry about that, everybody, I accidentally clicked the send button instead of the cancel. And sorry for sending my question about magic variables here - I meany it to go to another perl mailing list I had also joined on the same day. I guess I must have been thinking that 'embperl" meant "emb

Re: Embperl 1.x question

2002-05-16 Thread Kee Hinckley
At 7:43 AM +0200 5/16/02, Gerald Richter wrote: > > use lib "$ENV{DOCUMENT_ROOT}/data/"; >> use lib "$ENV{DOCUMENT_ROOT}/data/SWC"; >> use SWC::Calendar; >> use SWC::Commons; >> use SWC::HashChain; >> > >I would move this in a startup.pl file that is executed on serve

EmbperlObject subcomponent inheritance (1.3.x)

2002-05-16 Thread Gavin Carr
Question - does Execute('../init.epl') search EMBPERL_OBJECT_ADDPATH directories in addition to direct parent directories? I think it should, but it's not finding my parent init.epl in an ADDPATH directory. It finds the parent fine if I move the child init.epl out of the way. This is with