Search Discussions
-
Hi, I'm having some strange udat persistence issues. I have read through the previous threads on this and I'm attempting to implement those ideas, and also running into problems there. I have ...
Steven D. Arnold
May 16, 2000 at 9:03 pm
Apr 8, 2001 at 2:14 am -
Dear all, I use embperl's sessions management with mySQL under Suse Linux. I am experiencing non deterministic behaviour from embperl's session management as %udat does not always store or retrieve ...
Ragnar Hakonarson
May 10, 2000 at 2:11 pm
May 22, 2000 at 11:21 am -
We upgraded my system to perl 5.6.0; I figured this was time to upgrade everything (was around 3-6 months behind). So built from scratch: Apache/1.3.12 mod_perl/1.24 embperl/1.3b3 THings look good in ...
Wald
May 22, 2000 at 7:16 pm
Mar 13, 2002 at 1:06 pm -
Hi, one more question: any plan to parameters for components? Here's exactly what I mean: base.html ================================== <html <head <title [+ $param{title} +]</title </head <body ...
Robert
May 25, 2000 at 11:24 am
Jun 15, 2000 at 8:12 pm -
I have looked through the FAQ, the docs and what I have received so far on this list and I am still unclear on how to /read/ cookies in EmbPerl. I do know how to send them. I can also read them with ...
Steven D. Arnold
May 1, 2000 at 8:21 pm
Apr 8, 2001 at 3:03 am -
Hi, I'm not able to init checkbox <form [- $fdat{xxx} = "on" -] <input name=xxx type=checkbox </form No matter what I put in $fdat{xxx} (on,true,checked,1 etc), checkbox is never checked. All other ...
Robert
May 26, 2000 at 2:06 pm
May 26, 2000 at 8:19 pm -
I have a form that allows users to enter in one or more entries into my db. If there exists entries in the database a small table is suppose to be display the contents of a hash at the top of the ...
Erich L. Markert
May 24, 2000 at 6:23 pm
May 26, 2000 at 5:00 pm -
The docs state: <<If you use just the 'hidden' command without parameters, it simply generates hidden fields for all form fields submitted to this document which aren't already contained in another ...
Ilia Lobsanov
May 1, 2000 at 4:24 pm
Jul 4, 2000 at 9:20 am -
Hi, I'm setting EMBPERL_OPTIONS with optReturnError but when I provoke an error in an embperl page apache didn't seem to get the error because it reports OK (200) with 0 bytes length: access_log: ...
Dirk Lutzebaeck
May 29, 2000 at 11:59 am
May 30, 2000 at 10:43 am -
hi, I'm not sure if Embperl has anything to do with this or if it is Perl here (or just my own dumbness again as for that...): I pass several values to a page, called starter1, starter2, starter3 ...
Andre Landwehr
May 15, 2000 at 5:25 pm
May 15, 2000 at 8:14 pm -
Hi. I use Embperl 1.3b3 on Debian Linux 2.1 and Server setting is like below. "Server: mod_perl/1.16 Apache/1.3.3 (Unix) Debian/GNU PHP/3.0.5 mod_perl/1.16" I used debian package for installing ...
Sangmook Yi
May 28, 2000 at 4:34 pm
May 31, 2000 at 5:15 am -
I am using the old Apache 1.2.6 and it apparently doesn't recognize SetEnv so I don't know how to change the environment variables in my scripts (which are running as CGI, not EmbPerl). Is there a ...
Scott Chapman
May 24, 2000 at 2:49 pm
May 24, 2000 at 8:53 pm -
4
Embperl
Why doesn't this work: <tr[$ if ($ctr%2 != 0) $]BGCOLOR="#cccccc"[$ endif $] Yet this works: <tr [$ if ($ctr%2 != 0) $]BGCOLOR="#cccccc"[$ endif $] The only difference is the space between <tr and [$ ...Ilia Lobsanov
May 13, 2000 at 9:29 pm
May 14, 2000 at 5:48 pm -
Oops, should be "chunk". I hope that's correct now. I am not a nativ english speaker, so please forgive me if I sometimes choose the wrong word or the wrong spelling (spelling is also a problem for ...
Gerald Richter
May 26, 2000 at 7:26 pm
May 26, 2000 at 8:24 pm -
Greetings, Quite simply put - I have a little library of commonly used subs which I would like to require at the top of each page.. so I have: [- use POSIX qw(ctime); require ...
Umar Goldeli
May 14, 2000 at 12:21 am
May 14, 2000 at 12:29 pm -
Hi, I have encountered what may be a bug of sorts in Embperl -- or perhaps there's a way to fine-tune Embperl's behavior that I don't understand. I am attempting to dynamically write javascript as ...
Steven D. Arnold
May 4, 2000 at 8:15 pm
Apr 8, 2001 at 3:03 am -
I've noticed that EmbPerl has the useful quality of setting the URL of any page I go to to a value that will take me back to the same page if entered manually from the browser. This provides a very ...
Steven D. Arnold
May 4, 2000 at 8:13 pm
Apr 8, 2001 at 3:03 am -
Hi, I have a sub on my embperl page. It is executed like this: my $line = lineStatus(); The return value of the sub depends on the value of a system call. I have the suspicion that the sub is only ...
Andre Landwehr
May 26, 2000 at 5:36 pm
May 28, 2000 at 4:18 pm -
[* %hidden = ('iid' = $rec- {iid}, '!Table' = 'external_poll'); *] [$ hidden fdat hidden $] if you what both the hashs as hidden fields, you must do something like: [* %hidden = (%fdat, 'iid' = $rec- ...
Gerald Richter
May 26, 2000 at 6:51 am
May 26, 2000 at 2:50 pm -
Gerald, if the following makes sense - please add it to the embperl documentation for $escmode Turn HTML and URL escaping on and off. The default is on ($escmode = 3). + The change in $escmode will ...
___cliff rayman___
May 18, 2000 at 2:20 am
May 18, 2000 at 7:54 am -
You can nest FOREACH and dynamic tables as often as you like. I can't tell you more without an example of what you are doing. Gerald P.S. Mailinglist address is embperl@perl.apache.org (and _not_ ...
Gerald Richter
May 16, 2000 at 3:50 am
May 16, 2000 at 5:57 pm -
Hi, I have a page with several <form fields on it and try to evaluate these fields on another page with %fdat (they are passed via post method). On that other page I use an "Execute" statement before ...
Andre Landwehr
May 15, 2000 at 1:32 pm
May 15, 2000 at 2:40 pm -
I just finished finding a _tiny_ bug in my code that took a long time. I had something like this: [$ while ($id, $name, $status_id) = $sth- fetchrow_array $] <tr <td [+ $id +]</td [$ if ($status_id ...
Wim Kerkhoff
May 9, 2000 at 4:11 pm
May 10, 2000 at 4:56 am -
I have Turbo Linux 6.0.2 Server which has and old version of Embperl with it. I just downloaded the RH6.1 RPM of 1.3b3 but I don't know how to tell Apache to use it or if it will work. If there's ...
Scott Chapman
May 25, 2000 at 10:47 pm
May 26, 2000 at 6:56 am -
Ciao! From an Embperl page, I am creating a SELECT/OPTION widget that is populated with the results of a database query. The content of this database source is relatively static over time, so I would ...
Bruce W. Hoylman
May 25, 2000 at 3:52 pm
May 26, 2000 at 6:46 am -
Hi, EmbperlObject is quite cool, but it doesn't seem to support offline mode. Is there some workaround for it or is it planned for some later beta? I use sometime Embperl as a great offline ...
Robert
May 25, 2000 at 7:50 am
May 25, 2000 at 9:48 am -
Hi, When Embperl asks for 'apache sources', all it really needs are just headers... I have apache/modperl installed from rpm and I was missing apache headers. Even downloading apache soources wasn't ...
Robert
May 25, 2000 at 5:28 am
May 25, 2000 at 6:06 am -
The title says it all: must one run under mod_perl to have session handling with HTML::Embperl? ===== Terrence Brannon 90 St. Mark's Place Apt. 2E North Staten Island, NY 10301 914-755-4360
Terrence Brannon
May 22, 2000 at 3:34 pm
May 22, 2000 at 6:47 pm -
I have a multi-screen web application and I wrote a little macro to copy fdat to udat that I Execute on each page: [$ foreach $key (keys %fdat) $] [- $udat{$key} = $fdat{$key} -] [$ endforeach $] but ...
Terrence Brannon
May 22, 2000 at 1:51 pm
May 22, 2000 at 2:15 pm -
I have some trouble with Apache::Session handling session variable. The problem is that when I accessed %udat at subdirectory /user, Apache::Session makes its own EMBPERL_UID combined with /user ...
Sangmook Yi
May 18, 2000 at 3:47 pm
May 18, 2000 at 8:06 pm -
1
makeForm
I'm considering writing a makeForm function for easy generation of forms. Input should be some kind of metadata about the fields, rows and columns in the form. Output should be a working, usable ...Kaare Rasmussen
May 15, 2000 at 11:01 am
May 15, 2000 at 12:12 pm -
Hi, SELECT fields don't get initialized in the same way as INPUTs: [- $fdat{test1} = 100 -] <input name=test1 value=3 would show 3 (which is correct and intuitive I believe) while [- $fdat{test2} = ...
Robert
May 14, 2000 at 8:08 am
May 14, 2000 at 12:39 pm -
Hi , I'm using Emb-perl 1.3b2 and perl 5.00503 on Apache .We have developed a new site for our company and i'm using Emb-perl to the possible like from Security&Authentication...to dynamic content ...
Gopi Chavali
May 9, 2000 at 9:30 pm
May 10, 2000 at 3:52 am -
I'm trying to trap the server errors that occur when embperl hits something that is incorrectly configured. i.e. someone puts in [+ $foo $] Now normally, I would expect this to generate an HTTP error ...
Thomas Riemer
May 8, 2000 at 8:02 pm
May 9, 2000 at 3:24 am -
1
Max Row
Greeting: What is the max size for the $maxrow and can I change it in the source code? Ruben -- Ruben I Safir ruben@sruben.dental.nyu.edu ruben@wynn.noSppam.com Perl Notes: ...Ruben I Safir
May 8, 2000 at 2:31 pm
May 8, 2000 at 5:52 pm -
Embperl continues to scan HTML tags although I have disabled scanning of these. The code is as follows: <script [- $optDisableHTMLScan = 1 -] // some code client.innerHTML = "<tr <td client ...
Ragnar Hakonarson
May 3, 2000 at 6:20 pm
May 3, 2000 at 6:49 pm -
All, Having a few probs installing Embperl version 1.2.1 I have tried without support for Apache mod_perl but still the same problem so that's narrowed things down a tad. After running make test, I ...
Anthony Gardner
May 3, 2000 at 4:09 pm
May 3, 2000 at 5:21 pm -
Hi! I've only been using EmbPerl for a few days, and I could really use some help... I'm using HTML-Embperl-1.3b3 with mod_perl and Apache. I'm trying to write some recursive code, but am having ...
Benjamin-weiss
May 3, 2000 at 4:29 am
May 3, 2000 at 5:02 am -
I knew I had to escape [ when I'm in HTML (or at least, that I should). However, this is the first time I've run across an escape problem inside of my Perl code. [- (/^(\s*)([o*+\200])\s+[^*]+$/ || ...
Kee Hinckley
May 1, 2000 at 3:57 pm
May 1, 2000 at 6:36 pm -
No. Sorry. It's nothing to do with embperl. One of my HTML people changed the fieldnames, and that's why nothing was coming through. Gerald Richter wrote:
Tom Lancaster
May 24, 2000 at 8:10 pm
May 24, 2000 at 8:10 pm -
use (file is not passed as query_string, but as path_info) http://www.latch.com/cgi-bin/embpcgi.pl/scott_test/neu.htm Gerald ------------------------------------------------------------- Gerald ...
Gerald Richter
May 22, 2000 at 7:19 pm
May 22, 2000 at 7:19 pm -
Hi all, I'm trying to get HTML::Embperl working as a CGI script (not under Mod_Perl). This is a virtual server account with a ISP, running a OLD version of Apache (1.2.6). I don't have the option of ...
Scott Chapman
May 22, 2000 at 6:52 pm
May 22, 2000 at 6:52 pm -
I was using embpcgi.pl but got DBIstore to work once I used mod_perl. Sorry for the interruption. --- Terrence Brannon wrote: ===== Terrence Brannon 90 St. Mark's Place Apt. 2E North Staten Island, ...
Terrence Brannon
May 22, 2000 at 5:13 pm
May 22, 2000 at 5:13 pm -
I created the required table (I had to go hunt for the table to create in Apache::Session::DBIStore). And setup srm.conf: PerlSetEnv EMBPERL_SESSION_CLASSES "DBIStore SysVSemaphoreLocker" PerlSetEnv ...
Terrence Brannon
May 22, 2000 at 3:18 pm
May 22, 2000 at 3:18 pm -
Hi I've used Embeded Perl for a while, and now I'm trying to use the session funcionality. I tried to use postgresql as a database server, but I had no luck. My apache configuration file looks like: ...
Edgardo Szulsztein
May 19, 2000 at 9:44 pm
May 19, 2000 at 9:44 pm -
To: richter@ecos.de Subject: udat persistence issues possible solution Dear Gerald I saw all the persistence messages in the list and we are in a project and we had the same problems we tried several ...
Gerald Richter
May 18, 2000 at 8:08 pm
May 18, 2000 at 8:08 pm -
Hi, I know this question does not belong here, but, I am getting desperate. Does anyone know how to write PostgreSQL native functions in perl or where to find some information on the topic? regards, ...
Ragnar Hakonarson
May 15, 2000 at 4:08 pm
May 15, 2000 at 4:08 pm -
I have seen this one time before. It seems to occur only on a specifiy version of solaris. It's not a problem, it just means, that the current working directory, when a request starts by Apache, is ...
Gerald Richter
May 4, 2000 at 7:38 pm
May 4, 2000 at 7:38 pm -
Hello, If you really need different cookies, you can implement them on your on with the Set-Cookie http header. This seems only to make sense if you need different cookie paths or different expire ...
Gerald Richter
May 2, 2000 at 7:14 pm
May 2, 2000 at 7:14 pm -
Hi, I just have commited a two fixes for possible security problems to the Embperl CVS, which Dirk Lutzebaeck pointed out. - New $escmode (or EMBPERL_ESCMODE) to disable the possiblilty to turn off ...
Gerald Richter
May 2, 2000 at 6:44 am
May 2, 2000 at 6:44 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 51 |
posts | 184 |
users | 31 |
website | perl.apache.org |
31 users for May 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)