Search Discussions
-
Hi, I am having trouble with session management. It seems to be inconsistent on my system. Sometimes it works, and sometimes it doesn't. I am using Oracle 8i on RH6.0 with Apache/1.3.12 (Unix) ...
Philip Plane
Mar 27, 2000 at 9:59 pm
Mar 31, 2000 at 5:13 am -
I am trying to get Embperl (tried 1.2.0 1.2.1 and 1.3b2) to compile with Perl 5.6 Apache 1.3.9 and mod_perl 1.22, but when I do the make test I get to the ascii test and it dies. Did I compile Perl ...
Aaron Johnson
Mar 27, 2000 at 5:00 pm
Mar 28, 2000 at 7:19 pm -
I'm using EmbperlObject and I want to Execute an HTML file and have it automatically looked up in the search hierarchy. However I don't want any directives in that file processed. In fact, I'd like ...
Kee Hinckley
Mar 20, 2000 at 4:05 pm
Mar 22, 2001 at 8:03 am -
I propose to rethink the syntax of the brakets of Embperl. My reason is: We have massive problems with Embperl and Adobe Golive 4, one of those WYSIWYG-Editors and a common one too. In the older days ...
Frerk Meyer
Mar 23, 2000 at 9:41 am
Mar 27, 2000 at 12:32 pm -
I am porting my source code archive browser presentation system, Safari, to be able to use Embperl. I like it: it took all of 10 lines of code to make a filter out of it. Safari now uses it for ...
Barrie Slaymaker
Mar 31, 2000 at 6:46 pm
Apr 13, 2000 at 9:39 pm -
Hi I have try to 'nmake' and just get error (in Embperl.c) try to make the change like it is see on the web page undir INSTALLATION --------------------------------for the installation web ...
Gunnar Kristjansson
Mar 20, 2000 at 3:42 pm
Mar 23, 2000 at 2:12 pm -
Gerald et al: In our use of embperl on the www.research.att.com web site, we've come across a number of pains with respect to embperl and people who have pages that don't want embperl. Inertia causes ...
Christian Gilmore
Mar 23, 2000 at 3:04 pm
Mar 24, 2000 at 4:39 am -
I thought I had gotten smart. I am working on a project with a none coder. They know HTML fairly well so I had come up with a plan that would keep them from having to look at as much Embperl code as ...
Aaron Johnson
Mar 23, 2000 at 12:08 am
Mar 23, 2000 at 1:38 pm -
Hi all (from a new list member), My code tends to generate HTML, so I find myself writing this: [+ $escmode=0; $varName +] all the time. IMHO, this looks ugly, and will confuse the poor HTML coders I ...
Eric Lowry
Mar 27, 2000 at 7:22 pm
Apr 3, 2000 at 2:26 pm -
Gerald, We have a function we use called includeexec that includes an Embperl file and executes it, using the same namespace as the caller. We use this all the time for stuff like this: [+ $menu_item ...
Todd R. Eigenschink
Mar 27, 2000 at 7:52 pm
Mar 29, 2000 at 7:45 pm -
Hi All, I really love the feature of Embperl where it will automatically fill out a form using the contents of %fdat. However, that doesn't seem to work with checkboxes. Is this possible? Thanks, Wim.
Wim Kerkhoff
Mar 29, 2000 at 5:50 pm
Mar 29, 2000 at 7:15 pm -
First, about the segmentation fault: after getting back to Perl 5.00503, it eliminated this problem. Now, at a later stage of the make test phase, I get this: ---------- registry/errpage.htm... Error ...
Sebastien Nadeau
Mar 28, 2000 at 5:31 pm
Mar 28, 2000 at 7:21 pm -
Friends, Do you know of any HTML editor that one can customise to recognise Embperl tags (like Dreamweaver and ASP/JSP/PHP)? Thanx HotBot - Search smarter. http://www.hotbot.com
Victor Sorge
Mar 24, 2000 at 5:15 pm
Mar 24, 2000 at 6:47 pm -
hi, this is my first post to this brand new list. Is anyone there reading? well, my problem is as stupid as it is astonishing... My trustworthy (development) apache server is serving a lot of pages ...
Martin A. Langhoff
Mar 22, 2000 at 4:00 pm
Mar 24, 2000 at 4:28 am -
I tried to post this earlier, but it did not seem to work. Not sure why. I am new to this list, though I have been reading the modperl list for a long time. The questions asked on that list usually ...
Jmeltze
Mar 23, 2000 at 4:57 pm
Mar 23, 2000 at 6:47 pm -
Hi everyone, I've been playing with embperl lately, and what I've seen is great. However, somebody who has not used embperl yet, is trying to get me to use eperl. Are there really security issues ...
Wim Kerkhoff
Mar 22, 2000 at 4:32 pm
Mar 23, 2000 at 4:37 pm -
Fellow Embperl Users, I have a situation that I would like to share with everyone here to determine if there are other people in the situation and if anyone can shed any light on it. First some ...
Owen Stenseth
Mar 22, 2000 at 7:01 pm
Mar 23, 2000 at 5:40 am -
Due to the increasing traffic on the modperl mailinglist and the increasing number of topics regarding Embperl I have decided to move the discussion about Embperl related topics to a separate ...
Gerald Richter
Mar 20, 2000 at 8:35 am
Mar 21, 2000 at 8:50 pm -
Hi all, I want to display the last modification date of the main script aka HTML page like the SSI command flastmod. My solution so far is: [- use Time::gmtime; use File::stat; -] Last modified: [+ ...
Frerk Meyer
Mar 20, 2000 at 3:22 pm
Mar 21, 2000 at 12:06 pm -
Hi, When uploading files by HTML FORM, (<input type=file ), the HTTP header tells us the total Content-Length of the message, not the individual file length. EmbPerl allows us to save such files, but ...
Zixiong WANG
Mar 31, 2000 at 2:44 pm
Apr 2, 2000 at 11:40 am -
Hi, i know this is not a direct EmbPerl question, but most of you fellow EmbPerl guys probably use DBI for database connectivity and might have an idea, is there a "cleaner" solution to do this ...
Indrek siitan
Mar 31, 2000 at 5:07 am
Mar 31, 2000 at 5:14 am -
Hello, I have ran into a problem with setting up embperl and mod_perl. I am using Session Tracking, and mod_perl. The problem is : when I have : in the httpd.conf PerlModule HTML::Embperl I don't ...
Mark Ng
Mar 29, 2000 at 1:17 am
Mar 29, 2000 at 3:44 am -
Hi Everyone, I've added this to /etc/apache/access.conf, according to the docs: SetEnv EMBPERL_DEBUG 10477 SetEnv EMBPERL_VIRTLOG /log <Location /log SetHandler perl-script PerlHandler HTML::Embperl ...
Wim Kerkhoff
Mar 28, 2000 at 10:28 pm
Mar 29, 2000 at 3:38 am -
I'm wonder is it possible to pass a variable into a cgi this way? <img SRC="/cgi/c2countit/c2countit.cgi?[+ $words[$count-1] +]" #this line is contained in the footer.html that uses EmbperlObject. ...
PhilKnowlton
Mar 28, 2000 at 9:09 pm
Mar 28, 2000 at 10:58 pm -
Hi all, I'm having a problem with the Apache::AuthenRadius module using the Cistron RADIUSD server. Basically I'd like to allow our users to log in to certain web pages (e.g., stats on their usage ...
Christian
Mar 20, 2000 at 9:29 am
Mar 20, 2000 at 9:51 am -
We are adding a bunch of new features to our web site. All new work is being done in embperl - all old work was done with mod-perl that had the html code embedded in it. Every page is dynamic, ...
Sarah James
Mar 19, 2000 at 3:52 pm
Mar 19, 2000 at 7:16 pm -
richter 00/03/12 23:27:09 Modified: . Embperl.pm EmbperlObject.pm Embperl Mail.pm Module.pm emacs embperl.el Log: - Doku update Revision Changes Path 1.85 +0 -0 embperl/Embperl.pm Index: Embperl.pm ...
Richter
Mar 13, 2000 at 7:27 am
Mar 19, 2000 at 1:39 pm -
Gerald, make test results: All test have been passed successfully! Thanks Gerald! Aaron Johnson
Aaron Johnson
Mar 29, 2000 at 5:07 am
Mar 29, 2000 at 5:07 am -
EmbperlD.pod is the german translation and there is no word called "DESCRIPTION" in german. If you know how to tell pod2man not to require me to write english in a german document, let me know. BTW. ...
Gerald Richter
Mar 23, 2000 at 5:37 am
Mar 23, 2000 at 5:37 am -
Gerald Richter
Mar 20, 2000 at 7:38 am
Mar 20, 2000 at 7:38 am -
0
Test
------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: ...Gerald Richter
Mar 19, 2000 at 1:36 pm
Mar 19, 2000 at 1:36 pm -
richter 00/03/13 21:15:51 Modified: . Changes.pod Embperl.pm EmbperlObject.pm TODO epio.c Embperl Mail.pm Module.pm emacs embperl.el test/cmp include.htm test/html include.htm Log: - The outputfile ...
Richter
Mar 14, 2000 at 5:15 am
Mar 14, 2000 at 5:15 am -
richter 00/03/12 05:11:32 Modified: . Changes.pod Embperl.pm EmbperlObject.pm TODO Embperl Mail.pm Module.pm emacs embperl.el test/cmp errpage.htm Log: - Changed test so it accpects charset in ...
Richter
Mar 12, 2000 at 1:11 pm
Mar 12, 2000 at 1:11 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 33 |
posts | 116 |
users | 32 |
website | perl.apache.org |
32 users for March 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)