RE: Embperl 2.1.0, mod_perl 2.0.2, Apache 2.2

2006-03-10 Thread Gerald Richter
> > 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

RE: Hide command windows

2006-03-10 Thread Gerald Richter
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

RE: Embperl 2.1.0, mod_perl 2.0.2, Apache 2.2

2006-03-10 Thread Gerald Richter
smime.p7m Description: S/MIME encrypted message

RE: different Embperl_Cookie_Expires for different virtual hosts?

2006-03-10 Thread Gerald Richter
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

RE: cgi problem

2006-03-10 Thread Gerald Richter
> > 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