AddOutputFilter EMBPERL ???

2002-12-29 Thread Jörg Kütemeier
Hi, after fighting apache2 to install with modperl on freebsd SERVER_SOFTWARE="Embperl/2.0b9_dev-3 Apache/2.0.43 (Unix) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 mod_ssl/2.0.43 OpenSSL/0.9.6g" I have just a little question left... How do I add Embperl as an Output Filter? I want to postproce

eplsite project similar to phpnuke

2002-12-29 Thread Carlos Kassab
Hi everybody: I have started a project to develop a system similar to phpnuke but using embperl. You can see the project page at eplsite.glin.com.mx I am posting problems that i have to the embperl list. If somebody can help will be welcome. Thank you Carlos Kassab --

RE: EMBPERL_COOKIE_EXPIRES

2002-12-29 Thread Justin Harrison
I believe Gerald said it does not as of yet (The last Dev of v.2 didn't at least)..You need to stick a date in there manually :-( Justin > -Original Message- > From: Jaak [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 29, 2002 2:56 PM > To: [EMAIL PROTECTED] > Subject: EMBPERL_COOKI

EMBPERL_COOKIE_EXPIRES

2002-12-29 Thread Jaak
Hi! Does Embperl 2 (cvs) version support EMBPERL_COOKIE_EXPIRES with relative datetime? Documentation says it does, but I can't get it working. thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: subroutine not found in the same file...please help

2002-12-29 Thread Carlos Kassab
ok, i corrected the name of the subroutine but still have the error...please help... Thank you in advance Carlos Kassab El dom, 29-12-2002 a las 10:40, Carlos Kassab escribió: > Hi: > > I have a file called recommend.epl > > at the beginning of the file i have > > [$ if $option eq "sendmail"

subroutine not found in the same file...please help

2002-12-29 Thread Carlos Kassab
Hi: I have a file called recommend.epl at the beginning of the file i have [$ if $option eq "sendmail" $] [- &sendrecommend; -] [$ else $] [- &disprecommend; -] [$ endif $] and under this i have the subroutines: i am posting here only sendrecommend: [$ sub sendrecomend $] [-

Loading a file from a different directory tree usin execute

2002-12-29 Thread Carlos Kassab
Hi: Do you know how to load a file with execute from a different directory tree? i have a folder modules/Recommend/recommend.epl and other folder includes/subs.epl folders subs and modules are at the same level. if i try to load subs.epl from recommend.epl I get the message : [2507]ERR: 3