Search Discussions
-
I've been using DBIx::Recordset for a while now, and it's been great. However, just the other day I started adding some new functionality to my program, and I've started getting this error message: ...
Daniel Brooks
Dec 12, 2003 at 2:19 pm
Dec 29, 2003 at 8:44 pm -
Hello, I use Embperl for a few years now and I am sure I am not using it in the most efficient way. I only use the %udat,%fdat features. I usally create pages that look like this: [* some perl here ...
Hans de Groot
Dec 18, 2003 at 1:50 pm
Dec 20, 2003 at 7:45 pm -
NEW FUNCTIONALITY (Cameron Prince, Terrence Brannon) * Full SQL Query input via the !Query option to Search() * added the '$makesql' flag to Search() so that generated SQL can be returned instead of ...
Terrence Brannon
Dec 31, 2003 at 3:17 am
Jan 5, 2004 at 9:08 am -
I've run into an error with DBIx::Recordset and !LongNames. My query involves several tables: so_invoicebatch LEFT JOIN so_invoice USING (batchnr) LEFT JOIN so_orderhead ON ...
Kaare Rasmussen
Dec 29, 2003 at 12:13 pm
Dec 30, 2003 at 4:36 pm -
Hi all, Basically what I want to do is to have standard cookied sessions, however if user doesn't support cookies then it falls back to cookieless sessions. Can I a) Have both cookie and cookieless ...
Pete Moran
Dec 1, 2003 at 1:49 am
Dec 27, 2003 at 9:24 am -
If I do this Execute ({inputfile = 'findList.sub', import = 1}); Then this line in findList.sub will not be executed if it's outside the subs in findList.sub: [- $req = shift -] But I'm using the ...
Kaare Rasmussen
Dec 3, 2003 at 5:41 pm
Dec 5, 2003 at 11:56 am -
Well, now i use File Store and File locking, now it works ... can anyone please tell me how this semaphore locking works?? regards Patrick -----Ursprüngliche Nachricht----- Von: ...
Patrick Gebhardt
Dec 5, 2003 at 12:59 pm
Dec 27, 2003 at 1:01 pm -
Dear all, I try to use Embperl module in my command line script and when I run it I see message: [24611]ERR: 26: Logfile /tmp/embperl.log open error: Permission denied Could anybody help me, how can ...
Michael Stepanov
Dec 9, 2003 at 4:57 pm
Dec 16, 2003 at 7:52 am -
I want to save some data per Apache server - NOT per user or per page. Is this possible with Embperl? Or will I have to study mod_perl ? The data is a POE client object. -- Kaare Rasmussen --Linux, ...
Kaare Rasmussen
Dec 13, 2003 at 12:07 pm
Dec 19, 2003 at 1:40 pm -
I'm trying to set up another instance of apache for some testing and I'm having very little luck. I've compiled Apache to use DSO and modperl is a DSO object. The embperl docs say that I am not to ...
Saadiq
Dec 12, 2003 at 9:04 pm
Dec 19, 2003 at 4:45 am -
Hi! Is it correct, that it is impossible to store blessed references (Perl objects) in udat? Same for mdat? If yes, is there any workaround? Maybe serializing the object first with Storable or ...
Benni Baermann
Dec 2, 2003 at 9:40 am
Dec 2, 2003 at 3:25 pm -
Hi, I am a first-time user of perlembed. I embedded the Perl interpreter in my C/C++ application in order to provide users with scripting capabilities for the application. I use "-e 0" as arguments ...
Reinstein, Shlomo
Dec 28, 2003 at 2:43 pm
Dec 31, 2003 at 11:40 am -
Hi again! I installed WhiteBox Linux 3.0 (a free version of RedHat Advanced Server 3.0) yesterday. Now i've hot EXACTLY the same troubles as one month ago with Fedora Core 1!!! My apache2 segfaults ...
Alexander Hartmaier
Dec 30, 2003 at 1:44 pm
Dec 31, 2003 at 11:37 am -
Hi, I have an embperl script that generates html output. This in just one page called index.html and is called with extra arguments to show different content. The apache logfiles logs this: GET ...
Hans de Groot
Dec 20, 2003 at 10:05 am
Dec 27, 2003 at 11:28 am -
If I were trying to implement a page for an ErrorDocument directive for a 500 error, and I wanted to get the post data from the users request that caused the error, how could I get this information ...
Bruce Kessler
Dec 19, 2003 at 4:42 pm
Dec 22, 2003 at 1:35 pm -
My sincere apologies to all for the large test.log attachment. I had no idea it was so big. I should have checked. Peter Corrigan -----Original Message----- From: Peter Corrigan Sent: 10 December ...
Peter Corrigan
Dec 10, 2003 at 4:54 pm
Dec 19, 2003 at 5:02 am -
Hi! I'm looking for some facts on why Mason would be better than Embperl. I have been using Embperl in alot of projects and think it works great. I don't see any reason at all to move to Mason but it ...
Stefan Cars
Dec 13, 2003 at 2:10 pm
Dec 18, 2003 at 11:16 am -
Hey guys. I've used EMBPERL_COOKIE_EXPIRES to expire cookies, but in some instances I would also like to expire sessions based on inactivity, not an arbitrary time limit. I'm not spotting the best ...
Earwig
Dec 10, 2003 at 10:20 am
Dec 10, 2003 at 1:14 pm -
Dear all, I have a problem with redirect using Embperl. When I try to do redirect like that: blah.epl [- $http_headers_out{'Location'} = 'main.epl'; exit 301; -] It doesn't work. After refresh I see ...
Michael Stepanov
Dec 9, 2003 at 4:57 pm
Dec 10, 2003 at 7:36 am -
Hello all, A few days ago I upgraded from a very old Redhat to a recent RedHat 9. With embperl: Embperl-2.0b9, mod_perl 1.99_07-5 (default RH9) and Apache 2.0.40 (default RH9). Since this upgrade a ...
Johan van Vliet
Dec 3, 2003 at 9:11 am
Dec 3, 2003 at 12:07 pm -
Sorry that I have to post an update so quickly but I've been going at this without any luck for 3 days and now something important is discovered: I stumbled over an RPM that has mod_perl-1.99_09 on: ...
Johan van Vliet
Dec 3, 2003 at 9:40 am
Dec 3, 2003 at 10:09 am -
Hi! I noticed, that $0 is set to "-e" in my module if it is called from embperl. Is this the normal behaviour or just random? Is there another - possible better - way to determine in my modul, if the ...
Benni Baermann
Dec 2, 2003 at 2:20 pm
Dec 2, 2003 at 3:11 pm -
Hi, Please help... While using Embperl (latest from CVS + mod_perl latest and perl 5.8.2) under Embperl::Object Randomically I get following error: Error in Perl code: Can't locate object method ...
Aare Vesi
Dec 27, 2003 at 8:33 pm
Dec 27, 2003 at 8:33 pm -
The original author of DBIx::Recordset hangs out on his HTML::Embperl list and answers questions there: http://perl.apache.org/embperl/pod/doc/Embperl.-page-12-.htm Can't you table-qualify the field ...
Terrence Brannon
Dec 23, 2003 at 10:05 am
Dec 23, 2003 at 10:05 am -
hello guys, my configuration: Apache/1.3.26 (Unix) mod_perl/1.29 HTML::Embperl 1.3.6 Apache::Session 1.54 Apache::SessionX 2.00b5 i'm using File Store and Semaphore Locking. <---- httpd.conf --- ...
Patrick Gebhardt
Dec 5, 2003 at 12:01 pm
Dec 5, 2003 at 12:01 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 25 |
posts | 92 |
users | 28 |
website | perl.apache.org |
28 users for December 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)