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