Re: How to send mutiple cookie entries?

2001-05-25 Thread Gerald Richter
Hi, > > I tried sending multiple cookies as you said before with Embperl V1.3.2. > But it didn't work. > Did you forgot to add this feature to v1.3.2? or am I doing something wrong? > > The feature is in 1.3.2 (you can always look at Changes.pod to see have been added) and make test tests it, so

Re: Subroutines in EmbperlObject

2001-05-25 Thread Wim Kerkhoff
Gerald Richter wrote: > > > base.epl: > > > > [- Execute ('constants.inc') -] > > > > [- Execute ('init.inc') -] > > > > [- Execute ({ inputfile => 'subs.inc', import => 1 }) -] > > > > As far as I see the import => 1 is the problem. This imports only [$sub$] > subs but not normal Perl subs. Ah