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.
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
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
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