Search Discussions
-
I am using Embperl 2.0b8, and am having problems using cookieless session management, achieved by setting PerlSetEnv EMBPERL_SESSION_MODE 2. When this mode is set,the session ID most definately is ...
Sean Conley
Jul 26, 2002 at 7:43 pm
Aug 5, 2002 at 6:09 pm -
12
Execute
Is there any consolidated documentation on what exactly Execute can do, and how files can be brought in or executed? Everything I have found about it seems to be scattered about Embperl, ...Justin M. Harrison
Jul 22, 2002 at 9:54 pm
Jul 30, 2002 at 8:02 pm -
Hallo! I have two problems. The first is a session-problem Here my httpd.conf <IfModule mod_perl.c # Alias /perl /var/www/perl # <Directory /var/www/perl # SetHandler perl-script # PerlHandler ...
Michael Ott
Jul 5, 2002 at 9:43 pm
Jul 21, 2002 at 1:32 pm -
Hi, I use Embperl in offline mode to publish HTML pages to a website. I've got the whole process working perfectly on my test site. Now I'm trying to move the software to the production site (another ...
John Almberg
Jul 6, 2002 at 1:52 pm
Jul 9, 2002 at 7:17 pm -
Hello, I am having a problem changing the objectbase file name: _base.epl. The system is working when this file exists. I am having a "File not found" when I change the EMBPERL_OBJECT_BASE to another ...
Abdallah Deeb
Jul 21, 2002 at 9:30 am
Jul 30, 2002 at 11:44 am -
I am not having much luck getting a recursive function to work as it should. I have written it in standard perl and it works as I intend it to, it is reading records from a database table that looks ...
Nate Smith
Jul 19, 2002 at 7:47 pm
Jul 26, 2002 at 12:03 am -
Could anybody clarify the difference between [! !] and [- -] for me? According to http://perl.apache.org/embperl/pod/doc/Embperl.-page-3-.htm, "Same as [- Perl Code -] with the exception that the ...
Justin M. Harrison
Jul 28, 2002 at 7:08 am
Jul 29, 2002 at 10:33 am -
I was digging up some old code and thought I would run it through 2.08b, I was aware of the foreach with no parentheses change, which this code had, but this block of code now throws an error as ...
Aaron Johnson
Jul 25, 2002 at 1:28 pm
Jul 26, 2002 at 12:03 am -
I have a web site with EmbPerl where URLS are into specific directories (unique directories are created for each user and the pages are currently symlinked into the directories and accessed there). I ...
Scott Chapman
Jul 15, 2002 at 9:42 pm
Jul 17, 2002 at 6:59 am -
hello, I,m trying to run a session-management with embperl and mysql on a windows98se system. my httpd.conf: PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore NullLocker" PerlSenEnv EMBPERL_SESSION_ARGS ...
j. Peukert
Jul 2, 2002 at 3:05 pm
Jul 6, 2002 at 8:44 pm -
Hi Everybody, I'm a fresher for EmbPerl. M aware of CGI-Perl. Can anybody pl. help me out as to how can i start my way to EmbPerl. I need few details regarding as to where the embperl program should ...
Gaurav Verma
Jul 31, 2002 at 6:24 am
Jul 31, 2002 at 6:13 pm -
Hello. I will visualize some data with the gd::graph module. How can i display the graphics on the fly with embperl. The statement below doesn't work because of missing binmode $rec_req- ...
Wolfgang--onsys Leideck
Jul 17, 2002 at 11:44 am
Jul 21, 2002 at 1:11 pm -
Hi, I think there may be a bug in your subroutine handling code, or at least an unexpectedness that I can't find documented: [$ sub testsub $] [- my @a = ('foo', 'bar'); return @a; -] [$ endsub $] ...
James Ponder
Jul 9, 2002 at 1:43 pm
Jul 15, 2002 at 12:34 am -
Is there any time when it is "alright" for embperl code to kill all Apache Children, or are you interested in knowing whatever causes this? In my newbie-experimentation with embperl, I've caused all ...
Justin M. Harrison
Jul 28, 2002 at 7:11 am
Jul 30, 2002 at 4:27 pm -
Uuh sorry i forgot, apache is running on a unix machine (hpux) and the browser is running on a windows host. With earlier versions of embperl (1.x), modperl (1.x) and apache (1.x) it works. Wolfgang ...
Wolfgang--onsys Leideck
Jul 17, 2002 at 12:35 pm
Jul 19, 2002 at 6:11 am -
Doesn't work without binmode. I will get the source of the png image. Wolfgang Jochen Topf <jochen@remote.org am 17.07.2002 14:46:26 An: Wolfgang--ONSYS Leideck/BASF-AG/BASF@EUROPE Kopie: ...
Wolfgang--onsys Leideck
Jul 17, 2002 at 2:20 pm
Jul 17, 2002 at 5:29 pm -
Hi! I try to display a page title using three embperl files. ---main.epl--- [! sub title {'Website'} !][- $req = shift -]<HTML <HEAD <TITLE [+ $req- title +]</TITLE </HEAD <body [- Execute('*') ...
Jaak
Jul 15, 2002 at 5:21 am
Jul 15, 2002 at 1:44 pm -
Take the following table: <table <tr <td XXX </td </tr [* if ($t) { *] <tr <td YYY </td </tr [* } *] </table If $t is true it works. If $t is false, the whole contents of the table will be skipped, ...
Jochen Topf
Jul 3, 2002 at 10:24 am
Jul 4, 2002 at 4:35 pm -
Hi, embperl list !!!!!!!!! I'd like to know if in embperl (with mod_perl), the code of an .epl file or .html, is cached conform Apache::Registry in mod_perl. Thank you, Mauricio. ...
Masilva3
Jul 31, 2002 at 7:45 pm
Jul 31, 2002 at 8:04 pm -
Hello all! I have finally managed to configure Embperl and Embperl::Object into running with mod_perl, but am now facing another problem. Embperl::Object does not seem to search for the ...
Adrian Ghizaru
Jul 28, 2002 at 6:42 pm
Jul 30, 2002 at 5:13 am -
Hi, I'm trying deleting some files whith the unlink perl command, under a perl script works pefect, but under embperl it's not working... This is my example code, copy works, rename works, but unlink ...
Gerardo Schimpf
Jul 29, 2002 at 4:36 pm
Jul 29, 2002 at 7:16 pm -
Hello all! Here is the relevant part of my httpd.conf: <VirtualHost * DocumentRoot ... ServerName ... ErrorLog ... User ... Group ... <Location / PerlModule Embperl PerlSetEnv EMBPERL_OBJECT_BASE ...
Adrian Ghizaru
Jul 26, 2002 at 7:31 pm
Jul 26, 2002 at 9:17 pm -
I sent this to the mod_perl mailing, but also wanted to know how Embperl works with a perl built with threads? (Version 1.x and 2.x) Is anybody using mod_perl and Embperl with a perl built with ...
Brian France
Jul 26, 2002 at 6:06 pm
Jul 26, 2002 at 9:12 pm -
I don't have optUndefToEmptyValue set, so the default behavior is that empty items aren't put in %fdat. However when I changed my form type to multipart/form-data, the the behavior changed. Now are ...
Kee Hinckley
Jul 25, 2002 at 11:01 pm
Jul 26, 2002 at 12:03 am -
Hello all! First of all, here are the relating parts of my httpd.conf: <IfModule mod_perl.c PerlModule HTML::Embperl PerlSetEnv EMBPERL_FILESMATCH "\.html$" PerlSetEnv EMBPERL_DEBUG 9222 # dbgMem + ...
Adrian Ghizaru
Jul 25, 2002 at 9:15 pm
Jul 26, 2002 at 12:03 am -
Hi, I'm having problem with the UNLINK PERL command under embperl... This is my example code, copy works, rename works, but unlink no... I can't figure out what it's going on... Can someone help me? ...
Gerardo Schimpf
Jul 25, 2002 at 6:16 pm
Jul 26, 2002 at 12:03 am -
1
newbie
I am not sure if I am emailing to the correct list, but I have been struggling with this for about 3 days and wondered if anyone could help me. I have been put in charge of trying to get the file ...Kevin Drew
Jul 23, 2002 at 8:01 am
Jul 23, 2002 at 9:47 pm -
I am using EmbperlObject 1.3.4, mostly happily, but I am getting a few errors whose cause I can't quite figure out. My basic layout is as follows: template.epl (sets up a DBI handle, imports some ...
Nate Smith
Jul 15, 2002 at 3:50 pm
Jul 21, 2002 at 1:30 pm -
Hi, I have my EMBPERL_SESSION_MODE set to 35, and EMBPERL_COOKIE_EXPIRES set to +30h, but the cookies being left by the server are session cookies, and it is sending +30h, literaly. The session mode ...
Justin M. Harrison
Jul 15, 2002 at 5:36 pm
Jul 21, 2002 at 1:09 pm -
Hi! Having something like <input type="..." name="..." and using [$ hidden $], it will be converted to <input type="..." name="..." value="..." which is fine. But I am trying to use XHTML, where the ...
Jochen Topf
Jul 15, 2002 at 8:37 am
Jul 15, 2002 at 5:38 pm -
I have set up embperl and mod_perl with all modules and trying to use sessions (with %udat ) but it's not working and I am getting error [206]SVs: 14954 [206]EVAL <undefined [206]ERR: 24: Error in ...
Sasa
Jul 13, 2002 at 11:52 pm
Jul 15, 2002 at 9:15 am -
Hi, Is there a help document anywhere which explains each of the prompts asked during the "perl Makefile.PL" phase of installation, and possibly others? I could not find anything on the website which ...
Justin M. Harrison
Jul 14, 2002 at 6:16 pm
Jul 14, 2002 at 9:49 pm -
is it / will it be possible to have embperl be compiled for both apache 1.3 and 2.0 and somehow choose the right module at load time? (i haven't even tried compiling against apache2 yet, this is just ...
Angus Lees
Jul 10, 2002 at 1:05 am
Jul 10, 2002 at 3:56 am -
Hello. I have some questions about the embperl_object_app. 1. Will that application object called every time if a page is requested? 2. I have a configuration file similar to the configuration file ...
Wolfgang--onsys Leideck
Jul 9, 2002 at 1:54 pm
Jul 9, 2002 at 7:07 pm -
Hi, I think I have found a bug, or at least an undocumented feature. If the query string contains a field with a 0-length value (i.e. the empty string) Embperl does not pass this into %fdat, instead, ...
James Ponder
Jul 9, 2002 at 2:43 pm
Jul 9, 2002 at 6:34 pm -
[7422]Reading /usr/local/public/virtualdomains/archangl/archangelqnet/cgi-bin/embperl/embpcgi.pl as input using PerlIO (909 Bytes)... Ok, now, it was my impression that it would only read documents ...
Hunter Thomas
Jul 8, 2002 at 3:11 am
Jul 9, 2002 at 6:25 am -
Hello, okay that may be very confusing. Some clarifications <host /docroot/index.html is a url given to the browser main/index.html is a url in a 'href' statement In embperl.log docroot is actually ...
Wolfgang--onsys Leideck
Jul 5, 2002 at 7:11 am
Jul 5, 2002 at 8:05 am -
Okay, may the list help me. So here is my question again. I have following directory structure docroot /base.epl docroot/content.epl docroot/index.html docroot/main docroot/main/content.epl ...
Wolfgang--onsys Leideck
Jul 4, 2002 at 3:34 pm
Jul 4, 2002 at 5:46 pm -
Hi there, I wonder if anyone (well, Gerald probably) could explain this unexpected behaviour when I run embperl in two slighly different ways: I have in my environment EMBPERL_ESCMODE=0. When I run ...
Michael Smith
Jul 4, 2002 at 11:40 am
Jul 4, 2002 at 2:02 pm -
Hello, doesn't works for me. I'm trying to install on a hpux-11.0 machine. If i compile embperl no *.so file will be generated. In the makefile is also no build order for *.so files. But there is an ...
Wolfgang--onsys Leideck
Jul 2, 2002 at 1:11 pm
Jul 2, 2002 at 1:52 pm -
Hello, i have installed emperl-2.0b8 with the latest snapshot of modperl-2.0 and apache2. Everything seems okay but if i try it on my local website i get following error Fehlermeldung: Can't locate ...
Wolfgang--onsys Leideck
Jul 1, 2002 at 9:13 am
Jul 1, 2002 at 6:34 pm -
just thought i might mention that http://www.slug.org.au/ just started using my rewritten version. its all using HTML::EmbperlObject, DBIx::Recordset and postgreSQL. click the "source is availble" ...
Angus Lees
Jul 1, 2002 at 5:56 am
Jul 1, 2002 at 6:27 pm -
Yes, you're right, was a permission problem... Embperl works perfect. Thanks... :-) -- Gerardo Schimpf Programmer Bibleinfo.com PO Box 19039 Spokane, WA 99219 ...
Gerardo Schimpf
Jul 30, 2002 at 4:34 pm
Jul 30, 2002 at 4:34 pm -
I forward your request to the embperl mailing list, maybe someone there can help you. You may also look to the embperl mailing list archive, there was recently a question about recursive subs, where ...
Gerald Richter
Jul 21, 2002 at 1:27 pm
Jul 21, 2002 at 1:27 pm -
Hi! I guess you have already read in the poisted values. They can only be read once, on the second try Apache hangs. You need to set optDisableFormData i.e. options = 256 + 16, if you need your form ...
Gerald Richter
Jul 15, 2002 at 9:13 am
Jul 15, 2002 at 9:13 am -
the documentation would be really nice, half the times I've emailed the list with a problem the solution has been hidden away in some variable somewhere. It may be obvious to you, but it certainly ...
Gerald Richter
Jul 15, 2002 at 9:04 am
Jul 15, 2002 at 9:04 am -
There is a new binary for Windows from Randy. It also conatins mod_ssl and as Randy says you should be able to use ppm to install addtionaly Perl modules from Actives State. I forward his ...
Gerald Richter
Jul 9, 2002 at 6:35 pm
Jul 9, 2002 at 6:35 pm -
Hi, the problem I see from your source is the following code [- $req = shift; Execute ("main/index.html"); -] This just inserts the content of main/index.html at the place you call Execute. Execute ...
Gerald Richter
Jul 5, 2002 at 3:57 pm
Jul 5, 2002 at 3:57 pm -
Hi, bother. to I don't have a problem :-) File upload is working for me. Please describe your problem and we will see what can be done Gerald P.S. Please continue this discussion on the Embperl ...
Gerald Richter - ecos gmbh
Jul 4, 2002 at 2:25 pm
Jul 4, 2002 at 2:25 pm -
Hello, main/content.epl will not be called automaticly for you in this setup. main/content.epl will be called instead of /content.epl if you request main/index.html instead of /index.html Does this ...
Gerald Richter - ecos gmbh
Jul 4, 2002 at 2:15 pm
Jul 4, 2002 at 2:15 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 51 |
posts | 163 |
users | 35 |
website | perl.apache.org |
35 users for July 2002
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)