Re: pwd is '/' ???

2004-05-27 Thread Carlos Kassab
rience is YES. I am the www.eplsite.org developer, if you download it and see in the file index.epl, you will see how i am getting the path and saving in a global variable. CKG > > Thanks, > Philippe > > > -Original Message- > From: Carlos Kassab [mailto:[EMAIL PR

Re: pwd is '/' ???

2004-05-27 Thread Carlos Kassab
ght? I get a syntax > error. > > Thanks in advance, > Philippe > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Carlos Ka

Re: Mandrake msec disables Embperl

2004-05-03 Thread Carlos Kassab
Hi: I am using Embperl With Mandrake 10 and i donot have any problem, you can run level 5 without starting X, but you need to remove S30dm from rc's directories. I hope this helps to you. Carlos Kassab El Lun 03 May 2004 15:48, Brian Schoenhofer escribió: > Does anyone use Mand

Re: Design decision / embperl or mason? :-)

2004-03-23 Thread Carlos Kassab
Maybe you would want to start with eplsite.org, it is a web portal and workflow system written using embperl. CKG Oliver Brandt escribió: Ed Grimm schrieb: We use traditional perl modules for the majority of our logic; web pages only contain code to output into HTML. As such, we only use the

Re: Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.6.1 Slow on Debian Woody 3r2... NOW SEEMS TO WORK

2004-02-11 Thread Carlos Kassab
Kassab Carlos Kassab wrote: Gerald, Here are the lines related to mod_perl and embperl: LoadModule perl_module modules/mod_perl.so PerlModule Apache::compat PerlModule APR::Table LoadModule embperl_module /usr/local/lib/perl/5.6.1/auto/Embperl/Embperl.so SetHandler perl-script PerlHandler

Re: Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.6.1 Slow on Debian Woody 3r2

2004-02-11 Thread Carlos Kassab
AddType text/html .epl Thank you very much for your help. Carlos Kassab Gerald Richter wrote: The problem is that it seems apache is working as cgi and seems it is not preloading eplsite programs. Can you send the parts of your httpd.conf that contains the mod_perl and Embperl configuration

Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.6.1 Slow on Debian Woody 3r2

2004-02-10 Thread Carlos Kassab
Hi all: Since my last success compiling apache2, now i am trying with debian woody 3r2. I compiled and installed Apache2 to /usr/local/apache2 Then i downloaded mod_perl 2.99_12, i compiled, tested and installed very fine. Now i downloaded, compiled, tested and installed Embperl2.0b10, the on

Re: Print OUT in [$ sub $]

2004-01-27 Thread Carlos Kassab
Neil: What you can do is to enter the name of the sub as a html comment, like this: And it is useful to me, to see in the html output waht subroutine generate the html code. Carlos Kassab Neil Gunton wrote: Hi Gerald, I found another case that doesn't work as expected in 2.0b10: [

Re: Using Apache 2.0.48 and mod_perl 1.99 with embperl

2004-01-21 Thread Carlos Kassab
Gerald: Thank you very much for your help. Now i can see embperl working with Apache and mod_perl with an Apache compiled in my computer. Carlos Kassab Gerald Richter wrote: [9407]ERR: 24: Error in Perl code: Can't locate object method "FETCH" via package "APR::Tabl

Using Apache 2.0.48 and mod_perl 1.99 with embperl

2004-01-20 Thread Carlos Kassab
nk you very much for your help in advance. Carlos Kassab - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Recursivity with embperl

2003-01-21 Thread Carlos Kassab
get_factorial($d);-] --- "Factorial" of [+ $d +] is [+ $b +] Thank you Carlos Kassab El mar, 21-01-2003 a las 00:59, Gerald Richter escribió: > > > > > it seems that embperl is loosing the values for recursive process. > > > > Do you know a way to do recursive

Re: How to execute an epl as if url parms were passed?

2003-01-21 Thread Carlos Kassab
I hope it helps. CKG El mar, 21-01-2003 a las 16:43, Scott Chapman escribió: > I want the same effect but I don't want to use redirection. I want to use > execute instead. > > Scott > > On Tuesday 21 January 2003 02:40 pm, Carlos Kassab wrote: > > Do yo

Re: How to execute an epl as if url parms were passed?

2003-01-21 Thread Carlos Kassab
Do you mean to redirect to other page, like this?: [- $http_headers_out{Location}="index.epl?module=News;sid=$sid;order=$fdat{order}"; -] CKG El mar, 21-01-2003 a las 15:50, Scott Chapman escribió: > How do I execute a epl script and pass it parms like calling a URL: > http://host/page.url?key

Recursivity with embperl

2003-01-20 Thread Carlos Kassab
embperl? i am using embperl 1.3.4 Thank you in advance for your help Carlos Kassab - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem importing subs, please help..

2003-01-01 Thread Carlos Kassab
Thank you, it worked, i put the subs in other file. Carlos Kassab El mié, 01-01-2003 a las 13:43, Gerald Richter escribió: > If you are using Embper 1.3.x, the call to the sub must not be in the same > block as the import: > > > > > [- > > > > Execute ({inp

Re: pathname of current executing file relative to document root

2002-12-30 Thread Carlos Kassab
+pop(@keys)+]= [+pop(@values)+] [$ endwhile $] [- $the_page_path=substr($ENV{'PATH_TRANSLATED'},0,length($ENV{'PATH_TRANSLATED'})-6); -] File being called: [+ $ENV{'PATH_TRANSLATED'}+] Page path: [+ the_page_path +] Carlos Kassab El lun, 30-12-2002 a las 19:12, Kee Hin

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

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

2002-12-29 Thread Carlos Kassab
x27;); &OpenTable; -] La referencia a nuestro sitio a sido enviada a [+$toname+]...Gracias por recomendarnos [- &CloseTable; -] [$ endsub $] but sometimes i get the error: [3904]ERR: 24: Error in Perl code: Undefined subroutine &HTML::Embperl::DOC::_7::sendrecommend called at modules/

Loading a file from a different directory tree usin execute

2002-12-29 Thread Carlos Kassab
: 30: recommend.epl(20): Not found includes/subs.epl Do you know how can i load the file subs.epl without copy it to modules/Recommend? Thank you in advance for your help. Carlos Kassab - To unsubscribe, e-mail: [EMAIL PROTECTED

error message sendind mails to embperl list

2002-12-28 Thread Carlos Kassab
Are you receiving this message too? is there a problem with the list? Thanks Carlos Kassab - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem importing subs, please help..

2002-12-28 Thread Carlos Kassab
sub $] # The file colors.epl contains : [- $thecolors = shift ; $thecolors -> {bgcolor1} = "#efefef"; $thecolors -> {bgcolor2} = "#cfcfbb"; $thecolors -> {bgcolor3} = "#efefef"; $thecolors -> {bgcolor4} = "#cfcfbb"; $thecolors -> {tex

Re: Importing variables and subrutines from a config and/or subsfile, please help..

2002-12-27 Thread Carlos Kassab
Luiz Fernando: I am using mod_perl. I am Executing the file but, I do not know how to append the variables to the $req object. It would be great if you can post some examples. Thank you Carlos Kassab El vie, 27-12-2002 a las 06:21, Luiz Fernando B. Ribeiro escribió: > Em 26 Dec 2002 16

Importing variables and subrutines from a config and/or subs file,please help..

2002-12-26 Thread Carlos Kassab
ke Linux 9.0, so i am using embperl 1.3.4 and apache server 1.3.26 Thank you in advance. Carlos Kassab - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DBIx::Recordset -> Search filtering

2002-12-13 Thread Carlos Kassab
Hi: I know i can do this kind of filtering with DBI::recordset: http://localhost/recordset1.epl?year=2002;month=10 But can i do some more complicated filtering as in a select sentence? select name from agenda where name like 'caro%' Thank you for your help in advance Car

Recordset.. please help

2002-12-11 Thread Carlos Kassab
'!DataSource' => $DSN, '!Table' => $table, '$max' => 5,)}) ; -] I have tryed the way DBI does but it does not work. Thank you in advance for your help Carlos Kassab --

embperl hosting

2002-12-08 Thread Carlos Kassab
Hi: Do you know where to get embperl hosting on the internet?. Thank you in advance for your help Carlos Kassab - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]