Search Discussions
-
Hi, I'd like to use DBIx::Recordset::DBSeq for the sequencing of generic primary keys in a PostgreSQL (Pg) database. But I encountered two problems: 1. DBSeq uses "LOCK TABLE xy WRITE" to get a write ...
Jochen Lillich
Jun 9, 2001 at 12:04 pm
Jun 15, 2001 at 7:48 am -
Hmmmm.... I have: (in httpd.conf) PerlSetEnv PERL5LIB /home/httpd/modules/ PerlSetVar ApacheStatINC_Debug 1 PerlModule Apache::StatINC PerlInitHandler Apache::StatINC I'm running under mod_perl and ...
David Lloyd
Jun 1, 2001 at 8:20 am
Jun 4, 2001 at 12:50 pm -
Hi I am trying to take advantage of the way %fdat automatically sets 'selected' for select boxes, but I have a problem. It only seems to work for hard-coded HTML, not text that is the result of a [+ ...
Jack Cushman
Jun 7, 2001 at 5:52 am
Nov 5, 2001 at 8:32 am -
We've tried to use both the Mail::Sendmail and Mail::Sender modules with Embperl, and have come across the same difficulty with both: a script will work correctly once (i.e. will send mail out ...
John Scanlon
Jun 29, 2001 at 4:08 pm
Jul 8, 2001 at 12:02 pm -
Hi, I'm just getting started with Embperl and I'm running into a problem with an auto table. I'm accessing an Oracle database table with nine columns. The header is getting printed out OK (ie, all ...
Mitchell Surface
Jun 6, 2001 at 4:03 pm
Jun 6, 2001 at 7:34 pm -
Well, there were several reasons to choose Perl. Here is our selecting from the best candidates: 1) Platform independence. That`s the gameover for ASP. Candidates are PHP, JSP, Perl, Python. 2) Cheap ...
Lukas Zapletal
Jun 14, 2001 at 8:04 am
Jun 14, 2001 at 5:04 pm -
I'm using EmbperlObject to render a set of pages, which works quite nicely. On several of those pages, I'd like to place a PerlHandler that processes form contents prior to rendering of the ...
Chris Strom
Jun 5, 2001 at 10:43 pm
Jun 7, 2001 at 11:24 am -
I have, in my httpd.conf: # If the perl module is installed, this will be enabled. PerlInitHandler Apache::StatINC; <IfModule mod_perl.c Alias /perl /home/httpd/perl <Location /perl SetHandler ...
David Lloyd
Jun 4, 2001 at 6:35 am
Jun 5, 2001 at 4:56 am -
Apache 1.3.12 mod_ssl 2.6.4 OpenSSL 0.9.4 mod_perl 1.24 HTML::Embperl 1.3.3 Apache::Session 1.53 For site security I've implemented cookie-based access control in the form of a PerlAccessHandler. ...
Andrew O'Brien
Jun 28, 2001 at 4:00 pm
Jun 30, 2001 at 7:29 pm -
This is a question about the design of Embperl pages in which one page includes several views, showing the successive steps in a process. For example, one structural design I use frequently is a ...
Michael Boudreau
Jun 15, 2001 at 7:33 pm
Jun 16, 2001 at 3:26 pm -
Hi, with the Template thread going on and me looking for a suiting solution of separating site code from site layout, I'd like to ask you for examples how you do that with Embperl. The embedding of ...
Jochen Lillich
Jun 15, 2001 at 10:28 am
Jun 16, 2001 at 3:16 pm -
Hi, i have the same error as desribed in http://www.ecos.de/~mailarc/embperl/2001-05/msg00109.html All output and error-messages below ... Any ideas how to avoid this error? If installed with force, ...
Alvar Freude
Jun 8, 2001 at 2:10 am
Jun 8, 2001 at 11:35 pm -
If I have: base.epl <!-- blah blah -- [- Execute(*); -] <!-- blah blah -- And index.html as: <!-- blah blah -- [- get_content_from_a_database("index.html"); -] <!-- blah blah -- Where base.epl is the ...
David Lloyd
Jun 8, 2001 at 3:37 am
Jun 8, 2001 at 8:27 am -
Hello friends, Having a wierd problem, I am working on a server where I am trying to pass certain embperl files thro embpcgi.pl The Server As Shown Below has is compiled with mod_perl, But no embperl ...
Mustafa Mahudhawala
Jun 30, 2001 at 5:15 pm
Jun 30, 2001 at 8:01 pm -
"Use of uninitialized value at /usr/lib/perl5/site_perl/5.005/i586-linux/HTML/Embperl.pm line 400." This is what I get when Apache-1.3.19/mod_perl-1.24 is starting and loading Embperl.pm (1.3.3) in ...
Arno Lehmann
Jun 29, 2001 at 9:50 pm
Jun 30, 2001 at 7:58 pm -
The "DB_File" session store does not work for me. It seems to be a locking or flushing issue: the modified session data are not written to the DB_File immediately, so that the cookie id sent to the ...
Arno Lehmann
Jun 29, 2001 at 9:49 pm
Jun 30, 2001 at 7:56 pm -
I searched the doc, nothing could I find on whether or how embperl supports taint mode. I searched the archive, too---only found some threads that make it sound like taint mode may be available in ...
Jim Guion
Jun 29, 2001 at 9:49 pm
Jun 30, 2001 at 7:54 pm -
Gerarld, I have got proof that this problem is true on some systems. See the included embperl.log. Search for "Formdata". Note that the first request is POST (username and password strings) and the ...
Lukas Zapletal
Jun 28, 2001 at 9:10 am
Jun 30, 2001 at 9:29 am -
Hi Gerald I know you've probably heard this before, but it doesn't seem to be in the FAQ. I was wondering what you would think of adding additional metacommands to embperl -- e.g., [$ for $] and [$ ...
Jack Cushman
Jun 25, 2001 at 3:49 pm
Jun 25, 2001 at 5:10 pm -
Hello Gerald! Did you manage to get it working? Regards Lukas Zapletal [lzap@bach.cz] BACH systems Ltd. [www.bach.cz] web programmer ...
Lukas Zapletal
Jun 25, 2001 at 7:12 am
Jun 25, 2001 at 5:10 pm -
OK here is a patch that will make the optKeepSpaces behavior work the way I want it to. This patch will remove spaces including one line-break BEFORE an Embperl block iff the opening bracket '[' was ...
Marcus Doemling
Jun 19, 2001 at 5:25 pm
Jun 20, 2001 at 6:08 am -
I want udat to work correctly. The server I am working on has this configuration. Server: Apache/1.3.12 (Unix) (Red Hat/Linux) mod_perl/1.24 Embperl 1.3b3 My code looks like this: if (exists ...
Jim Hamer
Jun 19, 2001 at 12:48 pm
Jun 20, 2001 at 5:50 am -
After reload page or change page $udat{user} no keep - run code after if (! defined $udat{user}){. But file for session create with parameter "user" and it value. Please help what need do for coorect ...
Sergey Merkuriev
Jun 17, 2001 at 3:01 pm
Jun 19, 2001 at 8:22 am -
Hello all, I'm not sure if this is could be a slight error in EmbperlObject itself or it is just a matter of style. in the base.epl file there is the command [- Execute("menu.epl") -] whie produces ...
Akshay Arora
Jun 15, 2001 at 7:27 pm
Jun 16, 2001 at 3:22 pm -
How create corect expiration by time. Тоесть There is system of monitoring and there is necessary do so if user did not update any page during 30 mines, that force its once again do logon. That have ...
Sergey Merkuriev
Jun 15, 2001 at 5:07 pm
Jun 16, 2001 at 3:19 pm -
I have still problems with mapping IIS to the handler cgi script. Due stupid MetaData and Registry a person who didn`t read tons of IIS documentation material cannot do it (if IIS ALLOWS it - IMHO it ...
Lukas Zapletal
Jun 14, 2001 at 10:07 am
Jun 14, 2001 at 3:18 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.3.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.3.tar.gz size: 345235 bytes md5: ...
Gerald Richter
Jun 6, 2001 at 4:22 am
Jun 13, 2001 at 2:50 pm -
Hello we suggested Embperl will be the best solution for us to develop enterprise data mining solutions. There`s the last question: Is there a way to crypt/compile/hide our application code for out ...
Lukas Zapletal
Jun 13, 2001 at 11:55 am
Jun 13, 2001 at 12:07 pm -
Hello, I`m testing 1.3.3 on Windows NT 4.0 and Apache 1.3: #83 importmodule.htm... ok #84 recursexec.htm... ok #85 nph/div.htm... Error in Line 54 Is: tml < Should: <table </table < Input: ...
Lukas Zapletal
Jun 8, 2001 at 8:02 am
Jun 10, 2001 at 11:00 am -
How "secure" is the request record which is shunted around various parts of EmbperlObject? Obviously you would still encrypt any sensitive data which you'd added to it, but I'd surmise that it's ...
David Lloyd
Jun 9, 2001 at 9:37 am
Jun 10, 2001 at 10:59 am -
Hi there, i've installed embperl as described in the documentation for systems with preinstalled apache (i run suse linux 7.x) make test gives me an error : Testing mod_perl mode ... #0 ascii... ...
Stephan Schulz
Jun 7, 2001 at 10:20 am
Jun 7, 2001 at 12:02 pm -
Environment: Solaris 2.6 Perl: 5.6.1 output from make test: #111 opmask/opmasktrap.htm... [-1][Thu Jun 7 09:19:01 2001] [error] [1013]ERR: 24: Line 215: Error in Perl c ode: syntax error at (eval ...
Ken Ray
Jun 6, 2001 at 11:22 pm
Jun 7, 2001 at 4:54 am -
Hi, I'd like to store an DBIx::Recordset typeglob inside a data object. All methods of the object shall have access to this RS. I tried $self- {RECORDSET} = DBIx::Recordset- Setup(...) but it didn't ...
Jochen Lillich
Jun 5, 2001 at 4:15 pm
Jun 5, 2001 at 6:50 pm -
I keep getting the above error when I start Apache. When I remove this line from the httpd.conf file, it works without the error: PerlModule HTML::Embperl When I try to open a .epl file, I get a ...
Scott Chapman
Jun 5, 2001 at 3:16 am
Jun 5, 2001 at 3:36 am -
Hi people; Apache/1.3.12 Red Hat 6.2 mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.0.4pl1 Embperl/1.3.2 HTML::Embperl 1.3.2 mod_perl/1.23 (DSO) Installed Embperl 1.3.2 and seems as if things went well, as the ...
Michael Chopek
Jun 4, 2001 at 10:17 pm
Jun 5, 2001 at 3:29 am -
I have notice some strange behavior with table processing in version 1.3.2. Basically, if I execute a template within a <TABLE and not within a <TR , the table cells are repeated. An (bare-bones) ...
Michael Barry
Jun 4, 2001 at 8:26 pm
Jun 5, 2001 at 3:25 am -
Subject: Problems with EPHTML on AIX-Unix. Hi G. Richter. I am trying to install HTML-Embperl-1.3.3 on an apache server running on an AIX 4.3.3 (UNIX), and I am getting the following question during ...
Gerald Richter
Jun 30, 2001 at 7:49 pm
Jun 30, 2001 at 7:49 pm -
I cannot solve the problem. I duuno why my Apache (WinNT4) is setting CONTENT_LENGTH enviroment variable when no POST DATA are sent. Is there a chance to overload the default precedence? Regards ...
Lukas Zapletal
Jun 28, 2001 at 7:50 am
Jun 28, 2001 at 7:50 am -
Aaron: I hope you are on the list, as I couldn't send directly to you. It is the latest version, but is also marked as "alpha" by its author: http://theoryx5.uwinnipeg.ca/CPAN/data/CGI.pm/README.html ...
Wim Kerkhoff
Jun 26, 2001 at 6:35 pm
Jun 26, 2001 at 6:35 pm -
Of course that could be done, but there are other things on my todo list with higher priority. If you like to take a look yourself, the removing of spaces is done in epmain.c at line 817 . Patches ...
Gerald Richter
Jun 19, 2001 at 8:26 am
Jun 19, 2001 at 8:26 am -
Hi, Embperl does _no_ database connection cacheing at all. Maybe your database module holds the connection in a global variable, which will persist between multiple request under mod_perl, but this ...
Gerald Richter
Jun 14, 2001 at 5:08 pm
Jun 14, 2001 at 5:08 pm -
Perl Programmer needed for Staff position in New York City Vanguard Media is looking for a skilled, detail-oriented Perl/CGI programmer to work on Web-Application development projects! Skills Sought: ...
Jesse Erlbaum
Jun 11, 2001 at 6:18 pm
Jun 11, 2001 at 6:18 pm -
Hello, I am converting an embperl page to be an ASP page using vbscript. The meta-commands [$ $] are proving difficult to convert. The program uses the meta-commands to direct the program flow at a ...
Jim Hamer
Jun 6, 2001 at 7:03 pm
Jun 6, 2001 at 7:03 pm -
This is the Perl interface to the neon HTTP and WebDAV client library. Also not strictly related to mod_perl, I think it would be interesting for the people here. It can be downloaded from ...
Gerald Richter
Jun 6, 2001 at 4:36 am
Jun 6, 2001 at 4:36 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 44 |
posts | 119 |
users | 32 |
website | perl.apache.org |
32 users for June 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)