Search Discussions
-
Hi! I've read docs about using embperl and HTML escaping, I tried to display e.g. forms data (it works fine), but I still don't know, how to embedd such a simple code in html page: ...
Ryszard Lach
Jun 14, 2000 at 4:34 pm
Jun 16, 2000 at 1:02 pm -
Hi, sometimes one's building navigation between pages like this <a href=list?page=1 Page 1</a | <a href=list?page=2 Page 2</a | <a href=list?page=3 Page 3</a However when it's dynamically built page, ...
Robert
Jun 22, 2000 at 7:43 pm
Sep 25, 2000 at 4:07 pm -
I'd just like to share some positive impressions that I've received whilst working with EmbPerl. One of my clients asked me to look into PHP, thinking of setting up SQL database front-ends, and so ...
Jim Peters
Jun 14, 2000 at 9:08 am
Jun 28, 2000 at 8:33 am -
I am trying to setup the following example script, which emails form data, but I am running into some problems. http://perl.apache.org/embperl/Examples.html#input_htm I have installed Net::SMTP. My ...
Houman Akhavan
Jun 28, 2000 at 3:56 pm
Jun 30, 2000 at 9:25 pm -
hi, I thinks this one's for you Gerald... I want my perl module to know when it is being called by an embperl page and when the page's finished. I can't count with BEGIN and END because the ...
Martin Langhoff
Jun 28, 2000 at 4:43 pm
Jun 29, 2000 at 3:10 pm -
i am planning to create an embperl page with form fields (text inputs and buttons). how do i make a button display a text file in a whole web page (new or same) when clicked? any suggestion? thanks.
Sherwin Daganato
Jun 26, 2000 at 7:39 am
Jun 27, 2000 at 4:18 am -
With the default $escapemode, Embperl seems to encode javascript('foo bar') as javascript('foo+bar') but I would have expected javascript('foo%20bar') like Apache::Utils::escape_uri() does it. The ...
Michael Blakeley
Jun 28, 2000 at 12:03 am
Jun 28, 2000 at 4:39 pm -
In case anybody is interested, here is a link about what I will talk at the Perl Conference: http://www.oreillynet.com/pub/e_sess/863 Gerald ...
Gerald Richter
Jun 22, 2000 at 12:03 pm
Jun 26, 2000 at 6:30 pm -
Pls help me on this. how can i make this work? [+ "<b HI! <\b " +] thanks.
Sherwin Daganato
Jun 22, 2000 at 6:38 am
Jun 22, 2000 at 11:21 am -
Hi, I would like to use EmbPerlObjects. I'm using a virtual host, so I can't change the general Apache config because that would mess up the current "master plan" for all virtual hosts, says the ...
Marcus
Jun 14, 2000 at 5:39 pm
Jun 15, 2000 at 6:29 pm -
Heya, I coming across a problem and I'm hoping that someone has solved it in a slightly cleaner way than I have. We have Embperl pages which include Embperl "components". These components need to ...
Leon Brocard
Jun 7, 2000 at 11:16 am
Jun 7, 2000 at 2:23 pm -
I realize this may be a silly question but I cannot get this to work. I'm trying to pass form variables into a database using DBD::DB2.. $sth = $dbh - prepare ("INSERT INTO USERDATA(FIRST_NAME) ...
Henrickson, Diana
Jun 2, 2000 at 7:03 pm
Jun 4, 2000 at 6:19 pm -
hi, maybe its dead off-topic, but as it's 'offered' as an embperl complement, I'd like to know about your experiences in using DBIx::Recordset . I'm currently using a DBI with DBD::mysql and Tie::DBI ...
Martin Langhoff
Jun 28, 2000 at 1:02 pm
Jun 28, 2000 at 7:28 pm -
Hi, I am returning a rather lengthy result of a database query and I want to unbuffer the page so the results start returning before the entire page is generated. Do I use optEarlyHttpHeader? I am ...
Phil_hershkowitz
Jun 21, 2000 at 6:27 pm
Jun 22, 2000 at 7:34 pm -
Has anyone gotten the mmm-embperl stuff working? I downloaded mmm.el and mmm-embperl.el from the links on http://perl.apache.org/embperl/Embperl.pod.17.html but trying to use it just gets me: ...
Michael Blakeley
Jun 8, 2000 at 1:36 am
Jun 8, 2000 at 10:01 pm -
Hi, Another stupid question from me that I couldn't solve after looking through the documentation. I have file that contains just the following: <tr <td [+ $stuff +]</td </tr Note that there are no ...
Nicolas Parody
Jun 27, 2000 at 10:52 pm
Jun 28, 2000 at 4:18 am -
Hi, I don't understand why this doesn't work as I expected it. Is there another way of doing this? ------------------------------------------------------------------------ [- print "hello" -] ...
Nicolas Parody
Jun 27, 2000 at 8:39 pm
Jun 27, 2000 at 8:43 pm -
Hi, I'm new to Embperl and wondering what happens in this case: I have an applications that consists of several files/scripts which share a common set of subs. I put this subs in a common.ep and (as ...
Eric Knauel
Jun 25, 2000 at 8:12 am
Jun 27, 2000 at 3:30 am -
2
%ENV?
Hi, Normaly HTTP_X_FORWARDED_FOR variable points to clients IP and REMOTE_ADDR to proxy IP if request is via proxy. Situation: trough proxy: HTTP_X_FORWARDED_FOR is unset REMOTE_ADDR points to the IP ...Krassimir Slavchev
Jun 26, 2000 at 9:10 am
Jun 26, 2000 at 12:17 pm -
I need your help. I want to know to cancel the submission of a form in embperl if one of its input is empty. Thanks.
Mailing_list
Jun 16, 2000 at 3:08 am
Jun 16, 2000 at 4:56 am -
If I have the following in a form: [- @STATE_ABBREVIATIONS = sort keys %STATES -] <SELECT NAME="state" <OPTION VALUE="[+ $abr=$STATE_ABBREVIATIONS[$row]+]" [+ $STATES{$abr}{name}+]</OPTION </SELECT I ...
Erich L. Markert
Jun 14, 2000 at 3:52 pm
Jun 15, 2000 at 3:11 pm -
Dear all - I'm just getting into EmbPerl (very nice!), but I'm coming across a few difficulties. I'm wondering if there is a better way of doing what I want to do. I'm using version 1.2.1 on Debian, ...
Jim Peters
Jun 1, 2000 at 8:01 pm
Jun 7, 2000 at 2:28 pm -
I continually get these messages in my Embperl log: [19145]IMP: Create Imports for HTML::Embperl::DOC::_9 from HTML::Embperl::DOC::_10 (HASH(0x86c22e8)) [19145]IMP: Created Import for ...
Owen Stenseth
Jun 4, 2000 at 7:15 pm
Jun 6, 2000 at 3:06 pm -
Thanks for the prompt reply on the previous enquiry! Here's where I am up to. I did the make. Did the make test. All Tests passed successfully. Then went to make insall and got the following: ...
Mordred
Jun 4, 2000 at 6:51 pm
Jun 6, 2000 at 2:37 pm -
Subject: EmbperlD.pod is missing required section: DESCRIPTION Hi all, I'll preface this with the fact I am no unix wiz. In fact I'm just learning some basics. I am setting up a site for my company ...
Mordred
Jun 4, 2000 at 6:57 am
Jun 4, 2000 at 6:23 pm -
Hi Is there any method to convert embedded perl documents to plain perl ? The issue here is I want to compile them afterwards, and it's much easier to do this kind of scrips in embperl rather than in ...
Alvaro Lopes
Jun 30, 2000 at 2:56 pm
Jun 30, 2000 at 9:32 pm -
hi, I'm starting to write a custom module to use it in embperl pages and just can't get it to work under embperl. The only thing the module is doing is exporting 1 simple 'test' function. It ...
Martin Langhoff
Jun 28, 2000 at 4:45 pm
Jun 28, 2000 at 7:38 pm -
hi, after developing with embperl for a few months i'm starting to develop a new site and I'm going to try the custom-module + simple calls from embperl pages, instead of developing inside embperl ...
Martin Langhoff
Jun 28, 2000 at 1:02 pm
Jun 28, 2000 at 6:51 pm -
Where do you get Net::SMTP ? Thanks, Houman A.
Houman Akhavan
Jun 27, 2000 at 9:45 pm
Jun 27, 2000 at 10:38 pm -
Hi, I'm not sure if this is Embperl or some other issue, but it seems to have only shown up after I installed Embperl, so maybe someone else has had this error happen. After I installed HTML-Embperl ...
Joe Lauer
Jun 25, 2000 at 1:45 am
Jun 25, 2000 at 11:53 am -
Is Embperl supposed to suppress the output of NUL characters? Let's say for example that I want to write an embperl script that outputs a GIF (here's a trivial example for illustration purposes): [+ ...
Chris Thorman
Jun 24, 2000 at 1:45 am
Jun 24, 2000 at 12:48 pm -
Hi everybody, We plan to develop a new site using Embperl. Our current installed program : Apache: 1.3.12 mysql: 3.22.32 Embperl: 1.3b2 Apache::Session: 1.03 etc. ...
Wei Zhu
Jun 23, 2000 at 2:49 am
Jun 23, 2000 at 3:44 am -
Can anyone recommend a friendly web hosting service that does embperl and is willing to take care of the needs of developers, meaning they'll install perl extensions you need etc...? (Preferably ...
Marcus
Jun 21, 2000 at 5:15 pm
Jun 21, 2000 at 5:52 pm -
Hi, I find that Embperl version 1.2.1 is not properly pre-filling radio and checkbox fields when the value attribute is entity-encoded. In the minimal example file below: <HTML [- $fdat{test} = "jack ...
Chris Thorman
Jun 20, 2000 at 6:44 am
Jun 20, 2000 at 6:57 am -
Just a quick question. Does anybody know why %fdat doesn't contain empty strings for parameters that are blank (zero-length) ? For example, form input fields that are blank, or that the user has ...
Jim Peters
Jun 15, 2000 at 7:28 pm
Jun 15, 2000 at 8:10 pm -
Hello, I have a situation where I am dealing with a non-normalized database of computers sytems and want to pass the computer systems to a web form as an array. Say I have this: field1 = Sytem 1 info ...
Scott Chapman
Jun 14, 2000 at 7:56 pm
Jun 14, 2000 at 8:04 pm -
Is there anyway to ensure a database handle is not being used by more than one process on the machine at one time without developing one's own locking mechanisms? We want to limit the number of ...
Terrence Brannon
Jun 12, 2000 at 9:29 pm
Jun 13, 2000 at 8:08 am -
It is tedious to check each month of the mailing list separately for a topic of interest. It would be more expedient to be able to search across months. As more months of the list become archived, ...
Terrence Brannon
Jun 12, 2000 at 9:18 pm
Jun 13, 2000 at 8:05 am -
Does HTMLEmbperl support here documents inside [- -]'s or at all? I have a here document that works in plain old perl but HTMLEmbperl balks. The basic gist of the code is this: <CODE my ...
Erich L. Markert
Jun 12, 2000 at 7:19 pm
Jun 13, 2000 at 8:04 am -
Hi all, I've been trying to get HTMLemb working on my virtual host. The problem I have is I dont have write access to the servers perl directory so I can't complete the make install step. They have ...
Mordred
Jun 11, 2000 at 6:34 am
Jun 11, 2000 at 11:23 am -
Hi all, Does anyone know the meaning behind the text below that I am getting in my EmbPerl log? . Entry-SVs: 56504 -OBJs: 50 Exit-SVs: 63290 -OBJs: 50 . Entry-SVs: 56506 -OBJs: 50 Exit-SVs: 63295 ...
Ragnar Hakonarson
Jun 5, 2000 at 12:14 pm
Jun 6, 2000 at 3:08 pm -
hi list, I've been developing with Embperl for a few months now, and I've already RTFM a few times, but still some issues remain obscure to me. So here it is: Why can't I declare a lexical variable ...
Martin A. Langhoff
Jun 2, 2000 at 11:59 am
Jun 4, 2000 at 6:10 pm -
Hi All, I'm trying to set a cookie like this $cookie_val=$q- cookie(-name= 'cname',-value= $uname ,-path= '/', -expires= '+15m'); The cookie gets set but 15 minutes is added to the PDT time which is ...
Gopi Chavali
Jun 1, 2000 at 9:24 pm
Jun 4, 2000 at 6:05 pm -
Hi, my configuration looks like: Suse Linux 6.3 Apache_1.3.12 Apache-Session-1.04 mod_perl-1.22 HTML-embperl-1_3b3 postgres-6.5.3 DBD-Pg-0.93 On an EPL-Site I post data into %udat, when I try to ...
Florian Dorrer
Jun 1, 2000 at 3:42 pm
Jun 4, 2000 at 5:47 pm -
Hi all, Is there a logo that we can proudly use on our sites? I was thinking something like http://perl.apache.org/logos/mod_perl.gif but with an -Embperl- label at the bottom as well. If not, I can ...
Ilia Lobsanov
Jun 1, 2000 at 4:00 am
Jun 1, 2000 at 4:34 am -
The http specs require that the cookie domain must at least contain two periods, so domain.com is invalid. You may try .domain.com, but I don't know if this works. Gerald P.S. Please ask further ...
Gerald Richter
Jun 30, 2000 at 9:29 pm
Jun 30, 2000 at 9:29 pm -
Hi I have a simple question. How to make the Execute function just forward a Java Server Page file to be executed by the server and then just get the output. e.g. Execute({inputfile= ...
Gerald Richter
Jun 30, 2000 at 9:24 pm
Jun 30, 2000 at 9:24 pm -
Subject: Session handlihg with older browsers :((((
Gerald Richter
Jun 30, 2000 at 11:33 am
Jun 30, 2000 at 11:33 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 57 |
posts | 196 |
users | 46 |
website | perl.apache.org |
46 users for June 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)