Search Discussions
-
Everything is ok except when I use the following Perl string terminator construct: [+ print <<END; 111111111111 222222222222 END +] Embperl complains with: [2310]ERR: 24: Line 10: Error in Perl code: ...
Gerald Richter
Apr 29, 2000 at 12:20 pm
Jun 1, 2000 at 4:37 am -
I am using embperl in a non-standard way to take care of old perl code which has html embedded in it via print statements. Here is a summarized top-to-bottom (1- 2- 3) overview of the architecture: ...
Ilia Lobsanov
Apr 26, 2000 at 3:28 pm
Jun 5, 2000 at 3:52 pm -
15
Embperl
Hello, I had problems a few weeks ago installing Embperl. It would fail some of the httpd tests with an error 9 ? I used 1.2.1, 1.2b.1 and 1.3b1 but none of them worked, someone on this list pointed ...Nathanael D. Noblet
Apr 7, 2000 at 12:41 pm
Apr 10, 2000 at 9:48 am -
Hey folks, Well, my script seems to be running correctly now, but I don't understand why. I added 8192 to the debug value so I could get the in-browser links to the debugging information. I also ...
Steven D. Arnold
Apr 19, 2000 at 7:48 pm
Apr 8, 2001 at 1:08 pm -
Hi, seems like the standard crypt() function is not implemented under Windows. :( does anyone have a perl source, that does the 3DES crypt() encryption? i only need it for a development version, so ...
Indrek siitan
Apr 19, 2000 at 6:07 pm
Apr 20, 2000 at 5:39 pm -
Trying to use Apache::Session with Embperl 1.2.1, mod_perl 1.21, Apache 1.3.9. I've got this running on another machine just fine with the exact same setup (I think). I created a db called sessions ...
Jason Bodnar
Apr 13, 2000 at 8:12 pm
Apr 14, 2000 at 2:45 am -
EO is a _very_ nice idea. There is a problem with the title, though, because why will you want to have the same (or no) title for all your pages? If I didn't miss it, there's no way to tell what ...
Kaare Rasmussen
Apr 7, 2000 at 9:23 am
Jun 6, 2000 at 9:36 am -
Hi, I have installed mod_perl and EmbPerl successfully. All the tests work and I can do simple EmbPerl scripts. However, I'm trying to do a script that is a little more complicated. The script reads: ...
Steven D. Arnold
Apr 19, 2000 at 5:14 pm
Apr 8, 2001 at 2:02 am -
I can get a select list to work using the vars @STATE_ABBREVIATIONS, @STATE_NAMES which are retrieved from %STATES. To retrieve a value from this hash I would enter: $STATES{'NY'}{'name'} or ...
Erich L. Markert
Apr 4, 2000 at 6:57 pm
Jun 13, 2000 at 3:42 pm -
Hi I thought I could place this in my EmbperlObject template: <BODY [- Execute ('*#js_start') -] and this in the original file: [$ sub js_start $] onLoad="nr.focus()" [$ endsub $] But the result is ...
Kaare Rasmussen
Apr 21, 2000 at 10:46 am
Apr 30, 2000 at 7:36 pm -
I'm having problems with Embperl reading POST data. It consistently hangs. GET is working fine. I tried setting options = 256 when calling HTML::Embperl::Execute and sending my own form data as fdat ...
Ilia Lobsanov
Apr 6, 2000 at 2:57 pm
Apr 9, 2000 at 10:54 am -
Hello, How I can force to webserver/embperl to out the page ? This is Like $|=1 in perl scripts .... Bye Mario F. Toro Gerente Desarrollo E-Mail : Mario.Toro@DeveTel.cl Http://www.DeveTel.cl DeveTel
Mario F. Toro
Apr 19, 2000 at 6:58 pm
Apr 21, 2000 at 7:34 pm -
Hi all! Just tried to process some XML-style data-parsing with HTML::Parser. For that i created a (derived) class "PostboxParse.pm" with the appropriate start/end/text methods so that the ...
Ulrike Schepp
Apr 10, 2000 at 12:44 pm
Apr 10, 2000 at 2:06 pm -
I'm using the Apache::iNcom webstore suite (which uses Embperl to get the job done) to set up an online store and I've run into a very, very weird problem. When I try to go from the frontpage into ...
Frank Mayhar
Apr 9, 2000 at 8:14 pm
Apr 10, 2000 at 7:20 am -
Hi all, I'm getting a Stack Underflow when using Execute. I have one script "users.html", which does a [- Execute ('header.html') -]. This works just fine. However, I get the Stack Underflow when ...
Wim Kerkhoff
Apr 6, 2000 at 8:44 pm
Apr 7, 2000 at 9:06 am -
Hi, At the end of this mail you can find a small piece of code that does only one thing : put a one in the 8th row of a scalar table pointed by the $udat hash table. That is : $udat{VALID}[7]=1; And ...
Dominique Blas
Apr 25, 2000 at 11:21 am
May 1, 2000 at 6:36 pm -
Greetings, I am thouroughly at a loss.. The code is as follows: <form action="adduser2.epl" method=post <table border=1 <tr <td [+ $head- [$col] +]:<input type="textbox" name="[+ $head- [$col] +]" ...
Umar Goldeli
Apr 20, 2000 at 7:21 am
Apr 21, 2000 at 7:31 pm -
Hi Folks, I get this Warnings and hope that sombody can explain them: [3150]ERR: 32: Line 30: Warning in Perl code: Use of uninitialized value at /usr/local/httpd/htdocs/equinet/content/pages.epl ...
Claudius Frankewitz
Apr 16, 2000 at 8:31 pm
Apr 17, 2000 at 6:37 pm -
I'm testing different aspects of embperl and modperl programming for a project I have. One of these aspects is database programming. I like the DBIx::Recordset approach to get several items, but for ...
Kaare Rasmussen
Apr 9, 2000 at 8:06 pm
Apr 10, 2000 at 1:36 pm -
Ok something weird. for some reason my %fdat is not getting set. the output of my page is not printing the %fdat information and sends a second 501 Method Not Implemented (web page) here is the ...
Jeff Sheffield
Apr 9, 2000 at 8:13 am
Apr 10, 2000 at 3:39 am -
Gerald, i know you are now contemplating the next major release. you've indicated your intention to adapt a new parser or rewrite one from scratch. also, you've indicated that some tags may change, ...
Cliff Rayman
Apr 4, 2000 at 5:01 am
Apr 4, 2000 at 7:06 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b3.tar.gz has entered CPAN as file: $CPAN/authors/id/GRICHTER/HTML-Embperl-1.3b3.tar.gz size: 272444 bytes md5: ...
Gerald Richter
Apr 26, 2000 at 3:31 am
Apr 29, 2000 at 7:10 am -
Scott Chapman
Apr 28, 2000 at 4:27 am
Apr 28, 2000 at 4:58 am -
Hey everyone, I'm working on serveral Embperl scripts that insert and retrive Binary Large Objects (BLOBs) into/from an Oracle database using DBI. I'm currently getting the object (in this case an ...
Wim Kerkhoff
Apr 27, 2000 at 3:20 am
Apr 27, 2000 at 3:48 am -
Greetings, I was just curious as to how to implement a session timeout with the %udat regime.. Is there a way that I can make the cookie expire after say 15 minutes of inactivity? Thanks in advance. ...
Umar Goldeli
Apr 25, 2000 at 8:43 pm
Apr 26, 2000 at 7:05 pm -
I wonder if anyone has noticed this error in embperl. Embperl will refuse to print out CHECKED or SELECTED with in <input or <select tags if they are stored within a variable. I think the following ...
Joe Lauer
Apr 18, 2000 at 8:59 pm
Apr 21, 2000 at 6:32 pm -
Dear. I'm now making web script with Embperl on 2byte character envrionment. but %fdat cannot handle 2byte characterset just like Java Servlet code cannot handle uni-code without converting method. ...
Sangmook Yi
Apr 17, 2000 at 3:10 pm
Apr 17, 2000 at 7:24 pm -
Hi all! Has anyone created a vim syntax-file for embperl? Regards Ulrike -- * NAMES: Ulrike Schepp Gigabell AG * PHONE: [+49] [0]69 - 17084-742 D-60325 Frankfurt * ENCR.: Key 0x5E34C939 B0 B1 ED D0 ...
Ulrike Schepp
Apr 13, 2000 at 8:46 am
Apr 14, 2000 at 6:06 am -
Hello, I had problem with the 'use' statement. It did not take the 'correct' search path: My document structure looked like this: .../test/foo.epl .../test/Bar.pm .../production/foo.epl ...
Nhan H. Trinh
Apr 10, 2000 at 3:39 pm
Apr 11, 2000 at 6:37 pm -
I guess setting optRawInput (EMBPERL_OPTIONS) will solve your problem. (if the are outputed by some Perl code) See the Faq.pod and the section "Inside Embperl" in the docs for more details. ...
Gerald Richter
Apr 11, 2000 at 6:18 am
Apr 11, 2000 at 6:43 am -
I'm trying to install HTML::Embperl on a FreeBSD 3.4-STABLE system running Apache 1.3.12, mod_perl 1.22 (DSO), and Perl 5.005_03. I've tried using Embperl 1.2.1, 1.3b2, and the latest sources from ...
Neil Conway
Apr 3, 2000 at 2:20 am
Apr 4, 2000 at 3:42 am -
Hi, I just learned more about 'cross site scripting' (XSS) hacks on the CERT CA-2000-02 advisory and on www.apache.org (please lookup the urls in the XSS thread on the modperl list, I don't have them ...
Dirk Lutzebaeck
Apr 29, 2000 at 2:58 pm
Apr 30, 2000 at 7:27 pm -
Hi, I often (but not always) have this message when I load a page it has not been loaded for a while (but while the cookie is still active) : 730]ERR: 24: Line 4: Error in Perl code: Can't use an ...
Dominique Blas
Apr 27, 2000 at 9:20 am
Apr 29, 2000 at 12:14 pm -
I'm using the Apache::Session with Embperl and MySQL and like this feature very much. My client does need a solution for those web-surfers who disable cookies because of (paranoid) security ...
Frerk Meyer
Apr 27, 2000 at 11:24 am
Apr 27, 2000 at 12:02 pm -
I have several libraries of helper routines that I load into my HTML files. I tried using Execute to load them, but I started getting weird things where it seemed like there was more than one copy of ...
Kee Hinckley
Apr 20, 2000 at 5:11 pm
Apr 21, 2000 at 7:28 pm -
From my web page I call a routine in a library. I would like that routine to be able to access (and set) some variables (%udat in particular). I need to experiment to be sure, but HTML::Embperl::udat ...
Kee Hinckley
Apr 20, 2000 at 3:55 pm
Apr 21, 2000 at 7:25 pm -
Gerald, et al; Please consider this: I am calling a (child) epl from a (parent) epl via [- Execute($child, $param) -] The child epl does some processing based on the passed $param and creates some ...
Ilia Lobsanov
Apr 20, 2000 at 2:54 pm
Apr 21, 2000 at 7:20 pm -
Hi All, Can anyone point me to a sample on using Embperl cookies ... or may be to the link in the mailing archive if any !. Thanks Gopi
Gopi Chavali
Apr 20, 2000 at 10:36 pm
Apr 20, 2000 at 11:34 pm -
If you use Embperl you know it can be configured to run in WYSIWYG mode--where it undoes the damage your WYSIWYG editor may have done to the Perl code (e.g. turning "1 < 2" into "1 < 2"). However ...
Kee Hinckley
Apr 15, 2000 at 9:38 pm
Apr 16, 2000 at 12:19 pm -
... Okay, this is real ugly, but it seems to work. I looked at the EmbPerl code and decided that for now I'll leave patching it to Gerald. Clearly that's where this should be done. But in the ...
Kee Hinckley
Apr 15, 2000 at 6:52 am
Apr 15, 2000 at 2:53 pm -
Fickle, fickle machines. The segfault problem with Embperl and Apache::Session can be fixed with about 3 keystrokes in emacs. When I was getting the segfault error I had: # BEGIN EMBPERL SESSION ...
Jason Bodnar
Apr 14, 2000 at 5:37 pm
Apr 14, 2000 at 6:53 pm -
I have a table of countries that contains two columns, abbreviations & names. At the beginning of an HTML doc I have the following code: %COUNTRIES = $lookup- countries($dbh); @COUNTRY_ABBREVS = ...
Erich Markert
Apr 12, 2000 at 6:41 pm
Apr 13, 2000 at 5:13 am -
Hi , I'm encountering this message on a particular page ... with a subroutine &dbconnect which is in a lib.pl file and i have written something like this .. [- require "/apps/util/lib.pl"; ...
Gopi Chavali
Apr 6, 2000 at 10:31 pm
Apr 7, 2000 at 9:14 am -
Trying to install EmbPerl 1.3b2 on a SuSE Linux 6.3 with Apache 1.3.12. This comes during make test. Serious or not? registry/errpage.htm... Error in Line 79 Is: Content-Type: text/html; ...
Kaare Rasmussen
Apr 5, 2000 at 3:08 pm
Apr 5, 2000 at 3:14 pm -
Yes, I saw it, but since you answered your own mail before I read it, there was no need to reply, because answering all these mails takes up a lot of my time... map { $fdat{$_} ||= 0 } @$all_chk ; ...
Gerald Richter
Apr 4, 2000 at 3:52 am
Apr 4, 2000 at 4:25 am -
Dear. I have installed mod_perl 1.21 with Apache 1.3.9 and HTML::Embperl 1.2.1 with source compile. but, my embperl package doesn't work proerly. Everytime accessing to my embperl script with web ...
Sangmook Yi
Apr 3, 2000 at 9:54 am
Apr 4, 2000 at 3:38 am -
Hello, I use pdflib for generating a pdf-File inside a embperl-page. After the file is created I want to send it to the browser. Setting the content-type with $http_headers_out{'Content-Type'} works ...
Martin Stingl
Apr 2, 2000 at 5:34 pm
Apr 2, 2000 at 5:49 pm -
Hi, i'm building a portal website using EmbPerl. every page contains some containers. the structure of pages (which containers are displayed on page) are stored in a database, and so are the ...
Indrek siitan
Apr 1, 2000 at 4:38 am
Apr 2, 2000 at 12:10 pm -
Gerald, I normally avoid checkboxes like the plague, but I have a site that really needs them to make data entry easy. Since I am extremely lazy I set about having the unchecked and the checked ...
Aaron Johnson
Apr 1, 2000 at 4:09 am
Apr 2, 2000 at 3:15 am -
From Kee Hinckley: So far there is no convention. Please don't use HTML::Embperl::LIBRARY-NAME, because I like to reserve this for futher Embperl core extentions. I would suggest something like: ...
Gerald Richter
Apr 26, 2000 at 2:03 pm
Apr 26, 2000 at 2:03 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 57 |
posts | 211 |
users | 44 |
website | perl.apache.org |
44 users for April 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)