Search Discussions
-
Hi, I am finally having the time to get into trying out the 2.0b9 to see if I can transition my existing websites. However I am having a problem with the fact that there are so many little things ...
Neil Gunton
Jun 25, 2003 at 5:29 pm
Jul 10, 2003 at 2:43 pm -
Hi all: Eplsite(www.eplsite.org) is a good system to run as CGI but when running with mod_perl it will consume memory because it is using Execute with __PACKAGE__ The main file is called index.epl ...
Ckassab
Jun 16, 2003 at 8:02 pm
Jul 5, 2003 at 9:09 pm -
Just a quick question, and perhaps it's a Perl language question. I forget, but why do you have to reference a hash with a double "$$" when you use fetchrow_hashref? [- use DBI; # code to open ...
Richard Schilling
Jun 25, 2003 at 2:08 am
Jun 25, 2003 at 8:34 am -
Hi Any news about the release date of 2.0? Gerald has been VERY quiet. Possibly too busy with "real" work, but I fear for Embperl's future. And I have a project that relies upon 2.0. -- Kaare ...
Kaare Rasmussen
Jun 2, 2003 at 8:28 am
Jun 15, 2003 at 1:02 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b9.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b9.tar.gz size: 654860 bytes md5: ...
Gerald Richter
Jun 10, 2003 at 3:54 am
Jun 12, 2003 at 8:33 pm -
Can anyone tell me what is the purpose of %idat? At first, I thought you can put a key-value pair into the %idat hash and it will be posted to the next page on submit. But that doesn't seem to work. ...
Hoenie Luk
Jun 26, 2003 at 7:26 pm
Jul 2, 2003 at 3:51 am -
Hi! Im running Apache 2.0.46, mod_perl 1.99_09, perl 5.6.1 (RedHat Enterprise ES Package), Embperl 2.0b9 With the configuration below i get a 404 when I should get index.html back, if I remove the ...
Christian Frantsen
Jun 26, 2003 at 5:56 pm
Jun 28, 2003 at 10:12 am -
Hi! I've only perl 5.8.0 installed which comes with RedHat 9. I also recompiled everything and uninstalled mod_perl 1.99_07 which ships with RedHat 9...nothing works. Any ideas? Alex richter@ecos.de ...
Alexander Hartmaier
Jun 18, 2003 at 8:24 am
Jun 27, 2003 at 9:48 pm -
Hi there! We're trying to get embperl sessions with mysql working... We have 2 servers with the same basic configuracion. One works the other doesn't. On the one that doesn't, we're getting the ...
Gerardo Schimpf
Jun 19, 2003 at 8:25 pm
Jun 23, 2003 at 4:21 pm -
Hi list! I just compiled apache 2.0.46 with mod_perl-1.99_09 on my redhat linux 9 box (same specs as belows sys) and run Embperl 2.0b9 with the new Makefile.PL from Gerald (fixes the module_action - ...
Alexander Hartmaier
Jun 16, 2003 at 11:39 am
Jun 16, 2003 at 2:06 pm -
Hi, Recordset make test fails with Postgres 7.3 on 'select multiple fields 2', error log attached. It used to work before, it seems Postgres' type convertion rules are more restrictive... In error ...
Robert
Jun 30, 2003 at 1:01 pm
Jul 3, 2003 at 5:47 am -
Hi there, I'm in the process of trying to see if Embperl is a good templating solution, but am not sure where to start. Also, I'm wondering one simple thing. How would you use Embperl to do what ...
Patrick Galbraith
Jun 16, 2003 at 8:06 pm
Jun 22, 2003 at 3:26 am -
Hi! There are several bugs in the new Embperl 2.0 beta 9 which should be fixed ASAP!!! typo in test/conf/config.pl: LoadModule action_module "/usr/lib/httpd/modules/mod_actions.so" - LoadModule ...
Alexander Hartmaier
Jun 10, 2003 at 8:14 am
Jun 12, 2003 at 8:57 pm -
Anyone seen this error before? Strange, I couldn't find anything in the archives, and I'd expect it to build out of the box... /usr/local/bin/perl5.8 /usr/local/perl/5.8.0/lib/ExtUtils/xsubpp ...
Alcoff, Samuel
Jun 6, 2003 at 9:39 am
Jun 9, 2003 at 6:36 pm -
I have a web page which works under mod_perl but does not under CGI. In the following example, the fphover.class applet works in the first case but can't be found in the second case (using CGI): ...
Maurice McCabe
Jun 20, 2003 at 10:07 am
Jun 27, 2003 at 9:43 pm -
Hi: I have this structure: in file index.epl [- Execute ({inputfile = 'mainprogram.epl', package = __PACKAGE__}); Execute ($theeplsitepath.'skins/'.$skin.'/colors.epl'); Execute ({inputfile = ...
Ckassab
Jun 12, 2003 at 4:17 pm
Jun 13, 2003 at 6:32 pm -
Hi, I am having trouble compiling embperl on a netbsd machine: netbsd 1.6 apache-2.0.46 ap2-perl-1.99.8 perl-5.8.0nb1 Here ist the output, what am I missing ? -bash-2.05b# perl Makefile.PL Found ...
Patrik Schaub
Jun 11, 2003 at 2:02 am
Jun 11, 2003 at 3:34 am -
The following code works when called using mod_perl. It does not work when calling via embpcgi.pl. Does anyone have a suggestion why? [- use DBI; use ZIPLoc; $dbh = DBI- connect("DBI:mysql:locator", ...
Maurice McCabe
Jun 10, 2003 at 11:48 pm
Jun 11, 2003 at 12:35 am -
Hi! It's a standard RedHat 8.0 box with all security updates. perl 5.8.0-55 mod_perl 1.99_05-3 httpd 2.0.40-11 The typo should be fixed asap... Alex richter@ecos.de (Gerald Richter) am 10.06.2003 ...
Alexander Hartmaier
Jun 10, 2003 at 12:51 pm
Jun 10, 2003 at 4:24 pm -
Hi list, I see in archive for the Embperl mailing list , that is possible preloading modules with the routine preload_dir. In this case the epl file is compiled only one time and each child process ...
Maurício Amorim
Jun 1, 2003 at 2:24 am
Jun 9, 2003 at 6:45 pm -
Hi all: I am testing embperl Object from Embperl 2.09b but i saw something i do not understand: my base.eplo have this: [- Execute ('config.eplo'); -] [- Execute ('colors.eplo'); -] [- Execute ...
Ckassab
Jun 28, 2003 at 2:47 am
Jun 28, 2003 at 2:47 am -
Embperl 2 runs on Windows, but only with mod-perl 1.x and Apache 1.3 It's hard to say when it will work with Apache 2 on windows. It mainly depends if there is somebody who has a need for that and ...
Gerald Richter
Jun 13, 2003 at 6:25 pm
Jun 13, 2003 at 6:25 pm -
Neil, the solution I suggest in my email is really working with 2.0b9: [$sub foo $] [* my $a *] ..... [$endsub$] This way the scope of $a is until the end of the sub. So I guess your problem should ...
Gerald Richter
Jun 12, 2003 at 8:55 pm
Jun 12, 2003 at 8:55 pm -
First of all, is it possible to install Embperl (in CGI mode) on a Linux shared server with only FTP access? If not, what are the minimum installation steps that the administrator must follow? If ...
Maurice McCabe
Jun 11, 2003 at 9:17 pm
Jun 11, 2003 at 9:17 pm -
I am attemtpting to install an EmbPerl application to a linux box. I have been able to get everything working, but I had to use a global variable to describe the absolute path to the images ...
Maurice McCabe
Jun 10, 2003 at 11:32 pm
Jun 10, 2003 at 11:32 pm -
Version 3.1 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://search.cpan.org/dist/CGI-Application/ CHANGES SINCE VERSION 3.0: - Changed dump_html default ...
Jesse Erlbaum
Jun 3, 2003 at 11:46 am
Jun 3, 2003 at 11:46 am -
Hi guys! An optimization of EplSite has begun, everyone is invited. You can see the todo list in http://www.eplsite.org Please give your feedback as comments in the site or here in the embperl list. ...
Ckassab
Jun 1, 2003 at 7:23 pm
Jun 1, 2003 at 7:23 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 27 |
posts | 98 |
users | 32 |
website | perl.apache.org |
32 users for June 2003
Archives
- October 2014 (2)
- September 2014 (3)
- July 2014 (3)
- June 2014 (3)
- May 2014 (8)
- April 2014 (2)
- January 2014 (10)
- December 2013 (1)
- November 2013 (2)
- October 2013 (3)
- August 2013 (3)
- July 2013 (7)
- June 2013 (2)
- May 2013 (11)
- February 2013 (2)
- November 2012 (5)
- October 2012 (20)
- September 2012 (44)
- May 2012 (6)
- April 2012 (16)
- March 2012 (26)
- December 2011 (4)
- November 2011 (1)
- September 2011 (4)
- June 2011 (4)
- May 2011 (3)
- January 2011 (13)
- December 2010 (9)
- November 2010 (3)
- October 2010 (7)
- September 2010 (5)
- July 2010 (31)
- June 2010 (6)
- May 2010 (5)
- April 2010 (22)
- March 2010 (25)
- February 2010 (23)
- October 2009 (16)
- September 2009 (17)
- June 2009 (1)
- May 2009 (9)
- April 2009 (3)
- March 2009 (3)
- February 2009 (2)
- December 2008 (2)
- November 2008 (1)
- October 2008 (18)
- September 2008 (10)
- August 2008 (7)
- July 2008 (40)
- June 2008 (1)
- May 2008 (7)
- April 2008 (3)
- March 2008 (6)
- February 2008 (2)
- January 2008 (19)
- December 2007 (10)
- November 2007 (14)
- October 2007 (24)
- September 2007 (43)
- August 2007 (14)
- July 2007 (17)
- June 2007 (44)
- May 2007 (44)
- April 2007 (35)
- March 2007 (8)
- February 2007 (7)
- January 2007 (17)
- December 2006 (9)
- November 2006 (31)
- October 2006 (27)
- September 2006 (49)
- August 2006 (57)
- July 2006 (12)
- June 2006 (28)
- May 2006 (41)
- April 2006 (91)
- March 2006 (60)
- February 2006 (58)
- January 2006 (52)
- December 2005 (67)
- November 2005 (22)
- October 2005 (50)
- September 2005 (53)
- August 2005 (45)
- July 2005 (66)
- June 2005 (82)
- May 2005 (53)
- April 2005 (53)
- March 2005 (89)
- February 2005 (50)
- January 2005 (50)
- December 2004 (72)
- November 2004 (65)
- October 2004 (33)
- September 2004 (47)
- August 2004 (67)
- July 2004 (92)
- June 2004 (43)
- May 2004 (88)
- April 2004 (146)
- March 2004 (99)
- February 2004 (75)
- January 2004 (92)
- December 2003 (92)
- November 2003 (129)
- October 2003 (47)
- September 2003 (97)
- August 2003 (91)
- July 2003 (111)
- June 2003 (98)
- May 2003 (37)
- April 2003 (55)
- March 2003 (79)
- February 2003 (88)
- January 2003 (175)
- December 2002 (125)
- November 2002 (134)
- October 2002 (182)
- September 2002 (189)
- August 2002 (126)
- July 2002 (163)
- June 2002 (80)
- May 2002 (166)
- April 2002 (140)
- March 2002 (227)
- February 2002 (133)
- January 2002 (113)
- December 2001 (145)
- November 2001 (163)
- October 2001 (134)
- September 2001 (114)
- August 2001 (193)
- July 2001 (115)
- June 2001 (119)
- May 2001 (177)
- April 2001 (136)
- March 2001 (182)
- February 2001 (179)
- January 2001 (79)
- December 2000 (95)
- November 2000 (198)
- October 2000 (137)
- September 2000 (98)
- August 2000 (249)
- July 2000 (128)
- June 2000 (196)
- May 2000 (184)
- April 2000 (211)
- March 2000 (116)