Search Discussions
-
Gerald, I am having a problem with [$ sub $] and EmbperlObject. Let me say first that this minimal case does in fact work as it should. There is something inexplicable going on however in my (much ...
Neil Gunton
Dec 12, 2000 at 6:34 pm
Dec 23, 2000 at 11:02 pm -
Hello. :) I had mod_perl and Embperl working just fine until I decided to upgrade my apache/mod_perl bits (largely because there was demand to also allow php to work, which meant having to go through ...
Myrddin
Dec 21, 2000 at 8:29 am
Dec 23, 2000 at 12:07 pm -
Jashua Chamas has run some benchmarks, which messure the startup overhead of different ways the generate HTML output. For those who are not on the mod_perl list I append the mail and as you see ...
Gerald Richter
Dec 11, 2000 at 7:54 pm
Dec 12, 2000 at 12:14 pm -
hi, a co-worker here solved the mistery of oracle + sessions using embperl. apparently, somehow Store::Oracle was not setting autocommit to true and not committing its insert's. so each time the ...
Eitan Suez
Dec 21, 2000 at 8:17 pm
Dec 26, 2000 at 5:59 pm -
I think there may be a bug or two in the code which handles the case where a non-existent file is requested by a browser, e.g. http://www.mysite.com/xxxx.html, when EmbperlObject is being used. I ...
Neil Gunton
Dec 12, 2000 at 5:11 pm
Dec 14, 2000 at 4:20 am -
The following script doesn't seem to work as expected: ------------------cut----------------- [- $optRedirectStdout = 1; -] Hello1<BR [- print "Hello2"; -] ------------------cut----------------- I ...
Ilia Lobsanov
Dec 7, 2000 at 5:33 am
Dec 8, 2000 at 4:33 am -
Gerald, this question has been bugging me for a few days. In one of your previous emails you said the following: This thing about using more memory doesn't make sense to me. As I see it, if I include ...
Neil Gunton
Dec 23, 2000 at 1:28 am
Dec 23, 2000 at 7:23 pm -
After long time of talking, designing, developing, codeing and testing I am now happy to announce the first beta of Embperl 2.0. It has a totaly rewritten core and makes the way free for a lot of new ...
Gerald Richter
Dec 22, 2000 at 9:29 am
Dec 22, 2000 at 9:53 am -
hi, i have been trying to setup embedperl (v1.3) with Apache::Session (v1.53). i have written test scripts to ensure that Session.pm works using Oracle. i have successfully stored serialized session ...
Eitan Suez
Dec 21, 2000 at 12:38 am
Dec 21, 2000 at 6:28 am -
Hi, I'd like to use a search engine like htdig for local data since I don't want to re-invent the wheel here and write a new one. But I use EmbperlObject via mod_perl and of course I have my own ...
Andre Landwehr
Dec 15, 2000 at 11:42 am
Dec 15, 2000 at 12:25 pm -
Hi! I'm learning to setup linux. I have just installed linux-mandrake 7.2 and below ... [root@saturn /root]# rpm -qa | grep apache apache-common-1.3.14-2mdk apache-1.3.14-2mdk ...
Mailing list
Dec 15, 2000 at 2:00 am
Dec 15, 2000 at 12:03 pm -
Hi, I know that my problem is more related to Apache than to Embperl but I was hoping that someone could help me anyway. I am trying to get Apache to use Embperl to interpret all Files ending in ...
Nicolas Parody
Dec 6, 2000 at 7:00 pm
Dec 7, 2000 at 6:26 am -
I have no idea how people manage to do it, but appearently they do produce URL's with extra path info elements at the end of the URL that messes up all my relative image URL references. I use the ...
Jens-Uwe Mager
Dec 28, 2000 at 3:14 pm
Dec 29, 2000 at 5:42 pm -
Gerald, if you like I could write some more expanded examples and online documentation for building websites using EmbperlObject (once I have these new techniques firmly under my belt). I realize I ...
Neil Gunton
Dec 20, 2000 at 11:52 pm
Dec 21, 2000 at 4:41 am -
Hi! Well, it's not that easy to describe my problem... It don't really matter what I program, because the main problem is just a push into an array. When I call my page nothing happens and it's like ...
Dennis Plöger
Dec 19, 2000 at 9:34 am
Dec 19, 2000 at 1:15 pm -
I've recently been installing 1.3 on a fresh system (Perl 5.6.0, Linux 2.2.16) and noticed some problems. First, embpexec.pl doesn't seem to be installed by default when I run 'make install'. ...
Michael Blakeley
Dec 18, 2000 at 4:46 am
Dec 18, 2000 at 8:29 pm -
I removed everything that I added in httpd.conf and httpd-perl.conf. I found that without touching these two files, I can view embperl from *.html. But problems exist... 1. I can only view embperl ...
Mailing list
Dec 15, 2000 at 1:35 pm
Dec 15, 2000 at 3:06 pm -
Greetings, Embperl hackers! here's a recipe for setting the "Last-Modified" response header and handling conditional requests with the "If-Modified-Since" request header under mod_perl. The idea is ...
Roman Maeder
Dec 3, 2000 at 3:05 pm
Dec 10, 2000 at 10:00 pm -
Hi. I can repeatably core dump an apache running embperl under mod_perl. Specifically, I have a file /export/home/michaels/public_html/core.epl, which contains the text: --cut-- [- ...
Michael Stevens
Dec 7, 2000 at 1:05 pm
Dec 8, 2000 at 7:52 am -
.. have just been uploaded to unstable (woody). give them a day or so to filter around to mirrors, etc. (gerald, you might want to add these instructions somewhere) i've also setup an apt repository ...
Angus Lees
Dec 8, 2000 at 12:48 am
Dec 8, 2000 at 4:49 am -
Hello, I am interested in using the Embperl - MySQL DBI. Currently i am using Traditional Perl DBI. I would like some help regarding the documentaion on its usage, and some benefits / problems / tips ...
Mustafa Mahudhawala
Dec 6, 2000 at 5:25 pm
Dec 7, 2000 at 6:21 am -
I have just installed EmbPerl 1.3.0, and had the following error while running make test: - - - - - - - - - - - - - - - - - - - - - - - - - - Testing Execute Function ... (several lines of passed ...
Ken Ray
Dec 5, 2000 at 10:42 pm
Dec 6, 2000 at 7:04 am -
I'm looking for somebody to write an introductory article, or series of articles on embperl for Take23 (http://take23.org). If someone would be willing to do this, then please respond direct to me. ...
Matt Sergeant
Dec 24, 2000 at 12:43 pm
Dec 24, 2000 at 12:43 pm -
hi gerald, here are answers to your questions.. version 5.005_03 build for sun4-solaris my test scripts were command line scripts. i used two scripts: one creates a session and stores some info, and ...
Eitan Suez
Dec 21, 2000 at 5:21 pm
Dec 21, 2000 at 5:21 pm -
I note that in the docs for HTML::Embperl the following tags support the automatic expansion of a hashref or array ref into URL parameter syntax: A (href) {EMBED, IMG, IFRAME, FRAME, LAYER} (src) I ...
Andrew O'Brien
Dec 19, 2000 at 4:51 am
Dec 19, 2000 at 4:51 am -
New York City Perl Programmers needed! Vanguard Media is looking for skilled, detail-oriented Perl/CGI programmers to work on Web-Application development projects! Skills Required: * Perl 5 * CGI * ...
Jesse Erlbaum
Dec 18, 2000 at 11:03 pm
Dec 18, 2000 at 11:03 pm -
Some new light on the TT performance... ----- Original Message ----- From: "Michael Stevens" <michaels@iii.co.uk To: <richter@ecos.de Sent: Wednesday, December 13, 2000 5:30 PM Subject: Re: Fw: Linux ...
Gerald Richter
Dec 13, 2000 at 7:49 pm
Dec 13, 2000 at 7:49 pm -
Ed Schaller has created new Redhat RPM's for Embperl 1.3.0... ----- Original Message ----- From: "Ed Schaller" <schallee@darkmist.net To: <richter@dev.ecos.de Cc: <schallee@darkmist.net Sent: Monday, ...
Gerald Richter
Dec 12, 2000 at 6:50 pm
Dec 12, 2000 at 6:50 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.0.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.0.tar.gz size: 309786 bytes md5: ...
Gerald Richter
Dec 4, 2000 at 8:11 am
Dec 4, 2000 at 8:11 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 29 |
posts | 95 |
users | 21 |
website | perl.apache.org |
21 users for December 2000
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)