Search Discussions
-
I created index.html with this content: The page is requested [+ $fdat{counter}++ +] times since [+ $fdat{date} ||= localtime +] but it doesn`t work. Counter is zero. I use patched version (session ...
Lukas Zapletal
May 30, 2001 at 6:09 am
May 31, 2001 at 7:59 pm -
Hi, (1) <input type = 'text' size = '80' Gets turned into: <input type="text" size = '80' (2) <INPUT TYPE=CHECKBOX NAME=bob VALUE=on When we submit a form it behaves differently than if we have: ...
Jonny Cavell
May 1, 2001 at 9:21 am
May 17, 2001 at 9:28 pm -
Hi, sorry for crossposting. I'd like to use Apache::Session with Postgres as a backend (from HTML::Embperl if possible), but I'm still having problems. People on these lists complain from time to ...
Robert
May 23, 2001 at 7:11 pm
Jul 24, 2001 at 7:05 pm -
Hello, I need Apache::Session::File to get working on windows. I configured my Embperl 1.3.2-dev like this: PerlSetEnv EMBPERL_DEBUG 2100205 PerlSetEnv EMBPERL_SESSION_CLASSES "File" PerlSetEnv ...
Lukas Zapletal
May 15, 2001 at 9:37 am
May 16, 2001 at 9:20 am -
I am trying to compile embperl under the following environment gcc version 2.96 20000731 (Red Hat Linux 7.0) Red Hat Linux 7.0 Perl 5.00503 Apache 1.3.12 The compile attempt and error are shown ...
Michael George III
May 16, 2001 at 2:51 am
May 24, 2001 at 6:34 am -
Hi Gerald et al, I want to be able to do an Embperl::Execute on a file that potentially doesn't exist and catch the error (within EmbperlObject, so it's not trivial to just do a -f on the file). I've ...
Gavin Carr
May 21, 2001 at 1:34 am
May 23, 2001 at 4:42 am -
Hi, I need to solve the "lost update problem" (when two users are editing the same database record, one's changes are lost when they both save it). I'm thinking about putting original version of the ...
Robert
May 2, 2001 at 12:13 pm
May 3, 2001 at 7:55 am -
Hi, I'm sorry for the opening discussion on sessions with postgres again. I'm using Embperl with Postgres as its session management, when I uses $udat that is working OK, but using $mdat causes idle ...
Kyncl
May 17, 2001 at 1:43 pm
May 18, 2001 at 2:12 pm -
I was concerned when I saw these entries in my apache error log: [Sun May 13 12:05:09 2001] [error] [client 38.28.207.49] File does not exist: ...
Neil Gunton
May 14, 2001 at 2:56 pm
May 14, 2001 at 6:48 pm -
Hi, The following code: ---cut--- [$ foreach $num(1..2) $] [- print OUT "hello "; -] goodbye [$ endforeach $] ---cut--- Gives the following output: ---cut--- hello hello goodbye hello hello goodbye ...
Jonny Cavell
May 3, 2001 at 1:52 pm
May 4, 2001 at 5:59 pm -
Somebody help me with little problem Extract from error_log of Apache 1.3 [Wed May 16 12:22:04 2001] [error] [7080]ERR: 24: Line 9: Error in Perl code: Can't l ocate object method ...
Aldo Luis Orsini
May 16, 2001 at 7:18 pm
May 18, 2001 at 2:54 am -
Hello. I want to sort a hash which contaning key-value pair for a list checkbox (like below) so that it print in the specific order. Anyone know how to do this? ------------------------------------ ...
Andy Lim
May 11, 2001 at 6:02 pm
May 15, 2001 at 2:33 am -
Hello. I am trying to send mutiple cookie entries($cookie1, $cookie2, $cookie3) as you can see from below code. use CGI; my $cookie1 = cookie(-name= 'eid', -value= $arr[0], -expires= '1h'); my ...
Andy Lim
May 1, 2001 at 4:12 pm
May 25, 2001 at 8:27 pm -
php has a function called extract which takes an array (no distinction between arrays and hashes in php. in this case in perl, it'd actually be a hash). extract takes the key values of the array (and ...
Jason n perkins
May 10, 2001 at 8:58 pm
May 12, 2001 at 12:44 pm -
I have no idea of what below error message means. Any body knows? ----------------------------------------------------- Starting httpd... [24707]SES: Embperl Session management enabled ( = 1.50) pid ...
Andy Lim
May 16, 2001 at 10:37 pm
May 30, 2001 at 6:04 am -
Hi. While the auto-prefill for form fields is neat, I'd like to be able to disable it, sometimes... Basically, I have a form that submits to itself. I don't want the submitted values to show up in ...
Chris Mayes
May 5, 2001 at 5:38 pm
May 5, 2001 at 6:02 pm -
When I send GET method with some attributes (e.g. something.html?test=1), I cannot find it in %fdat hash. %fdat hash is empty, @ffld too. but it works for POST method. what`s wrong? I use Embperl ...
Lukas Zapletal
May 2, 2001 at 9:36 am
May 4, 2001 at 8:15 am -
it.epl: ---cut--- hello ---cut--- (1) ---cut--- [- print OUT "*"; Execute("it.epl"); print OUT "*"; -] ---cut--- Goes into an endless loop. (2) ---cut--- *[- Execute("it.epl") -]* ---cut--- Gives the ...
Jonny Cavell
May 1, 2001 at 10:43 am
May 1, 2001 at 6:56 pm -
Hello, I am experiencing a strange behavior with Apache 1.3.19 & mod_perl/1.25 & Embperl 1.2.1. The pages are executed and served appropriately but the connection stays open for another 10-20 seconds ...
Edwin Ramirez
May 18, 2001 at 2:18 pm
Jun 3, 2001 at 5:13 pm -
I've been following Neil's awesome tutorial on Embperl Object on a new project we're working on. http://perl.apache.org/embperl/IntroEmbperlObject.pod.7.html#Subroutines_in_EmbperlObject I've been ...
Wim Kerkhoff
May 24, 2001 at 8:36 pm
May 25, 2001 at 6:32 pm -
I have a situation where I want Embperl to show a user a HTML document that is dynamically generated and have the user hit a submit button. At that point, I want Embperl to save the HTML document to ...
Scott Chapman
May 23, 2001 at 3:45 pm
May 24, 2001 at 1:29 am -
This isn't so much a bug in embperl 2, as it is a lack of an expected error message I have the following script: <html <head </head <body [- $table_type=2; -] [$ if ($table_type == 1) $] <table <tr ...
Matthew Freake
May 14, 2001 at 1:19 pm
May 15, 2001 at 1:55 am -
Hello I trying to do something like this: [+ hello +] [- $req_rec- rflush; sleep 5; -] [+ hello again +] ... but it is not working. Does anybody know how to solve this problem ? Mike ...
Mike Wesemann
May 12, 2001 at 9:41 am
May 13, 2001 at 12:43 pm -
Hi all, does anyone know if the DBI interface in Embedded Perl can make persistent connections ? I saw the some newsletters which denied this ! I this right ? regards, -- *** Bjoern Teipel *** E-Mail ...
Bjoern
May 1, 2001 at 1:06 pm
May 1, 2001 at 6:39 pm -
Ok some info to start off with: Apache Session 1.5.3 Embperl 1.3.1 I have my apache httpd.conf set up with: <FilesMatch ".*\.epl$" SetHandler perl-script PerlHandler HTML::Embperl Options ExecCGI ...
Wayde Milas
May 21, 2001 at 5:30 pm
May 22, 2001 at 3:19 am -
Hi. I'm trying to build embperl 2.0b3_dev-5 on cc: Sun WorkShop 6 2000/04/07 C 5.1 and perl 5.004_05, and getting compiler errors. Here's what I see: --cut here-- cc -c -I/usr/local/include -O ...
Michael Stevens
May 18, 2001 at 4:58 pm
May 19, 2001 at 6:16 pm -
I have an intermittent problem that is being a real pest to track down. I'm running Apache/1.3.14 (Unix) mod_perl/1.24_01 mod_ssl/2.7.1 OpenSSL/0.9.6 with Embperl-1.3.1 on a RedHat 6.0 box. I have an ...
Brian Burke
May 16, 2001 at 8:38 pm
May 17, 2001 at 3:41 am -
hi all, has anyone tried to install embperl on macos X? i want to setup my old G3 as a production-server with Embperl mod_perl support. i don't think there's any problem with that. thanks, gerhard ...
"Gerhard Egger
May 16, 2001 at 7:44 am
May 16, 2001 at 8:29 am -
Hi. I'm trying to work out the reason for some speed problems I'm having with a complicated embperl based page... Is there any equivalent of Devel::DProf that will give me useful and meaningful ...
Michael Stevens
May 14, 2001 at 3:53 pm
May 14, 2001 at 5:44 pm -
I am having problems configuring EmbPerl. I am trying to get embperl to run with mod_perl. I followed the instructions, but I can't seem to figure out the correct url. Here is my configuration for ...
Jason M'Sadoques
May 6, 2001 at 3:20 pm
May 6, 2001 at 3:46 pm -
Hi Gerald, Thanks for fixing the other problems so quickly. Here are another couple for you: (1) <script for (var j = 0; j < select2loc[i].length; j++){ .... Is getting turned into: <script for (var ...
Jonny Cavell
May 2, 2001 at 2:33 pm
May 4, 2001 at 6:16 am -
But there is no post... the method is GET, look: [lzap@lamed lzap]$ telnet 192.168.1.13 80 Trying 192.168.1.13... Connected to 192.168.1.13. Escape character is '^]'. GET /embperl/test.html?id=aaa ...
Lukas Zapletal
May 3, 2001 at 6:52 am
May 3, 2001 at 7:25 am -
The following line of code works in 1.3 but gives a syntax error in 2 [+ local $escmode = 0; $searchlist +] I changed it to [+ local $escmode = 0 +] [+ $searchlist +] and this works but it displays ...
Ian Van Der Poel
May 3, 2001 at 5:50 am
May 3, 2001 at 6:16 am -
If anyone can help I would be verry happy. Using apache with mod_perl to use embperl. Created a simple file editor. Opens file (with flock EX lock on) then reads file and allows to edit and ...
Jason McNeil
May 2, 2001 at 11:20 pm
May 3, 2001 at 4:26 am -
Hi all, i have one question. How can i get values from parameters which i used at execution of html files like this : /test.html?abc=1 How can i get the value of abc ? thanks, -- *** Bjoern Teipel ...
Bjoern
May 1, 2001 at 6:05 pm
May 1, 2001 at 6:07 pm -
take a look at http://perl.apache.org/embperl/Embperl.pod.10.html#Input_Output_Functions Gerald P.S. The address info@ecos.de is for commercial support (see ...
Gerald Richter
May 18, 2001 at 8:14 am
May 18, 2001 at 8:14 am -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.2.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz size: 341834 bytes md5: ...
Gerald Richter
May 16, 2001 at 5:52 am
May 16, 2001 at 5:52 am -
(Apache::Session 1.53 & HTML::Embperl 1.3.1) I just started using Postgres with HTML::Embperl sessions, and .. nothing worked. HTML::Embperl keeps reusing the same session object, and just calls ...
Angus Lees
May 11, 2001 at 6:07 am
May 11, 2001 at 6:07 am -
Hi, This should work. The only exception may be an #include virtual to postprocess the output of an CGI script. This generaly doesn't work with Apache 1.3, because the output of the CGI Script is ...
Gerald Richter
May 2, 2001 at 11:53 am
May 2, 2001 at 11:53 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 40 |
posts | 177 |
users | 38 |
website | perl.apache.org |
38 users for May 2001
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)