Search Discussions
-
I've been having a lot of problems with sessions lately. I'll run through everything I've done so far. I have currently downgraded my Apache::Session from 1.53 to 1.03 since I am running Embperl ...
Joe Lauer
Sep 16, 2000 at 10:09 pm
Sep 28, 2000 at 7:46 am -
I have two embperl documents. The first one generates a form. When you submit the form, it calls itself, "<FORM METHOD=POST ACTION=first.epl ", to check for field errors (eg Someone typing in a ...
John Walstra
Sep 14, 2000 at 11:06 pm
Sep 17, 2000 at 12:12 pm -
Hello, This is probably very easy, I'm new at embperl. I've setup embperl (using Debian GNU/Linux) and a simple perl substitution test works fine. I run into problems trying to post data to a embperl ...
Peter S Galbraith
Sep 8, 2000 at 6:08 pm
Sep 11, 2000 at 1:25 pm -
There is no limitation on file i/o inside Embperl, but there is a feature that converts input that is made by html editors back into correct perl code. Therefore when you read from a filehandle with ...
Gerald Richter
Sep 26, 2000 at 11:16 am
Sep 27, 2000 at 6:43 pm -
Hi, <http://archive.covalent.net/ sort of says it all; I kind of took over Dirk's archives at <http://xml-archives.webweaving.org and rewrote them completely in xml/xsl. Covalent has donated a ...
Sander van Zoest
Sep 12, 2000 at 4:48 am
Sep 14, 2000 at 12:49 pm -
Hi. I installed Apache_1.3.12, mod_perl-1.23 flexible way, also PHP4 as module. I am using mysql-3.22.32(from source) and postgresql. Also perl modules DBI-1.14, Msql-Mysql-modules-1.2214 . Also ...
Antti Linno
Sep 11, 2000 at 8:07 am
Sep 22, 2000 at 12:39 pm -
Hi Gerald et al, I've got an Embperl page where I'd like to have Embperl stop processing and return an Apache FORBIDDEN or DECLINED or some other arbitrary handler return code if particular ...
Gavin Carr
Sep 14, 2000 at 11:20 am
Sep 15, 2000 at 7:32 am -
Is possible check if browser allow cookies when use %udat hash ? How can check if user had accept cookies in Embperl ? Thank in advance .... Mario F. Toro Gerente Desarrollo E-Mail : ...
Mario F. Toro
Sep 11, 2000 at 8:47 pm
Sep 12, 2000 at 5:44 pm -
This is a fun one. Apache-Session-1.03 HTML-Embperl-1.2.1 mod_perl-1.24 I have Apache::Session working properly. Our developers are using Embperl with use custom packages. They develop off of one ...
John Walstra
Sep 28, 2000 at 4:29 pm
Sep 29, 2000 at 2:18 am -
I have a directory of Embperl files (*.epl), that I want to send out a canned header/footer for, rather than put [- Execute ('header.epl') -] as the first line in each, and [- Execute ('footer.epl') ...
Wim Kerkhoff
Sep 22, 2000 at 11:25 pm
Sep 27, 2000 at 6:07 pm -
Greetings! I have two different embperl pages in two different folders using two different perl module (but with the same perl module name). Why is it that sometimes one embperl page "use" the perl ...
Sherwin Daganato
Sep 21, 2000 at 4:12 am
Sep 21, 2000 at 6:03 am -
hi, there seems to be a lot of people here with problems with Apache::Session and its integration with Embperl. I happen to be one of them. With the sincere hope that someone had solved this same ...
Martin langhoff
Sep 20, 2000 at 3:41 pm
Sep 20, 2000 at 5:20 pm -
2
error
Hi, I used %udat many times and so far without problems, but now I have one: I simply assign a value from %fdat to %udat: $udat{ImageName} = $fdat{ImageName}; $fdat{ImageName} contains a filename, ...Andre Landwehr
Sep 15, 2000 at 1:44 pm
Sep 15, 2000 at 2:43 pm -
Okay, I'm getting farther along now. But I still need help from the list... I'm using embperl to generate a form based on files in a given directory. The problem is that when I hit my script with ...
Peter S Galbraith
Sep 11, 2000 at 3:22 pm
Sep 12, 2000 at 1:00 pm -
Hi, Looks like they have sold their domain... Goto http://sourceforge.net/projects/tallyman/ Gerald P.S. I change the link on the EMbperl website soon
Gerald Richter
Sep 6, 2000 at 6:17 pm
Sep 7, 2000 at 3:50 pm -
Hi, Perhaps the following question only derives from a basic misunderstanding by a poor perlOO newby. If so I beg your pardon! I tried to use EmbperlObject with inheritance by modifying "The Example ...
Volker Hess
Sep 27, 2000 at 5:02 am
Sep 27, 2000 at 6:08 am -
http://perl.apache.org/embperl/CVS.pod.1.html#MAILING_LIST mentions a cvs commit list, but: ----- Forwarded message from MAILER-DAEMON@locus.apache.org ----- <embperl-cvs-request@apache.org : Sorry, ...
Angus Lees
Sep 27, 2000 at 3:42 am
Sep 27, 2000 at 4:25 am -
Hi Gerald & All, I'm testing Recordset under mod_perl. In my startup.pl which I PerlRequire in httpd.conf I initialize an Oracle connection using Apache::DBI- connect_on_init. Could you give an ...
Phil_hershkowitz
Sep 25, 2000 at 10:24 pm
Sep 26, 2000 at 11:13 am -
Hi Gerald & All, I'm using the "Modifying The Database" Example from the Recordset Documentation with my own Oracle tables. It appears from recordset.pm that the prevnextform method will generate ...
Phil_hershkowitz
Sep 25, 2000 at 6:23 pm
Sep 25, 2000 at 7:13 pm -
Hi, is there a way for destroying a session from Embperl? I know that's possible to do that with Apache::Session, but how is it done cleanly from Embperl? Ciao, Eric -- Please don't drink the Emperor!
Eric Knauel
Sep 21, 2000 at 9:20 pm
Sep 22, 2000 at 4:16 am -
I'm novice to Embperl. Till now I've used PHP3 but I want to use Perl (great !) I know the feature of Embperl Session Management (using Apache::Session) but I need to set multiple cookies in a single ...
Alessandro Ambrosini
Sep 15, 2000 at 9:37 pm
Sep 17, 2000 at 12:22 pm -
Hi, I am using embperl 1.3.5b and Apache::Session 1.52 Before I could not get sessions to work at all but starting from this combination it worked fine, that is, until I stared using frames. I have a ...
Hans de Groot
Sep 14, 2000 at 9:16 am
Sep 14, 2000 at 1:03 pm -
I was creating a dev server for a production server of mine and a new error popped up that is related to Apache::Session or at least I think it is. Lemme run thru versions of the modules. embperl ...
Joe Lauer
Sep 13, 2000 at 2:24 am
Sep 13, 2000 at 3:09 am -
Hi, does anybody know if there are up-to-date (meaning 1.3b5) binary packages for Debian Linux (Alpha) somewhere out there? The .deb included in the distribution (Potato) is Embperl 1.2.1, which ...
Andre Landwehr
Sep 8, 2000 at 11:32 am
Sep 9, 2000 at 10:49 pm -
Here's a tidbit that I just reverse-engineered, while doing the 1.3b5 upgrade. It doesn't seem to be documented in INSTALL.pod, although there's a clue in Changes.pod. Q: How can I prevent 'make ...
Michael Blakeley
Sep 5, 2000 at 1:47 am
Sep 5, 2000 at 9:06 am -
Hi all, I am leaving now for two weeks of holiday and I will take _no_ email with me :-) So hopefully others can and will answer question in this time... I have hoped to release 1.3b6 and 2.0b1 ...
Gerald Richter
Sep 28, 2000 at 1:59 pm
Sep 28, 2000 at 1:59 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/dbi/DBIx-Recordset-0.23.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/DBIx-Recordset-0.23.tar.gz size: 82858 bytes md5: ...
Gerald Richter
Sep 22, 2000 at 6:06 am
Sep 22, 2000 at 6:06 am -
Sorry guys and gals the rest is in german: Wir suchen professionelle Perl-Entwickler in Berlin zur Unterstuetzung der Weiterentwicklung eines HTML-basierten Kommunikationssystems fuer die ...
Dirk Lutzebaeck
Sep 12, 2000 at 4:26 pm
Sep 12, 2000 at 4:26 pm -
Try to use [$ var ... $] instead of [- use vars ... -] Does this change anything? Gerald 5.6.0 registered it
Gerald Richter
Sep 2, 2000 at 9:36 pm
Sep 2, 2000 at 9:36 pm -
I've been expierence this problem for a while now, and users of the site are as well, so I thought it's time to see what is causing this. Basically what happens is that some times a page will hang ...
Wim Kerkhoff
Sep 1, 2000 at 4:54 pm
Sep 1, 2000 at 4:54 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 30 |
posts | 98 |
users | 34 |
website | perl.apache.org |
34 users for September 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)