>
> I applied Andargor's patches to EmbPerl 2.1.0 and it
> build fine, seems to run okay too.
I didn't had the time to put together a new version which includes this
patch, but it's the right way to go and I will hopefully release a new
Embperl version.
> That leads me to another
> quest
Hi all,
>
> I have embedded perl in a c application on win xp and it works fine.
> Each time I call system (.), a command window is displayed.
> Can I tell perl to use hidden windows or anything else ?.
> I just want NOT to see any windows not created by my own.
>
You are asking on the wron
smime.p7m
Description: S/MIME encrypted message
Hi,
>
> can I set Embperl_Cookie_Expires per-virtual host? I don't
> want any problem with my main application but need to
> experiment on other vhosts... Thanks.
>
Embperl_Cookie_Expires is an Embperl application object setting, so you can
set it per application object (Embperl_appname).
S
>
> So, may be exist external method of data exchange between
> perl-cgi and embperl?
>
It's not special to Embperl, but you can use storable to save your data in a
file and read it inside your Embperl page, but I guess this will not be much
faster, because the overhead of using a cgi is much m