Search Discussions
-
EmbperlObject behaves a bit strange when set-up on DocumentRoot. <Location / PerlSetEnv EMBPERL_OBJECT_STOPDIR / PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH "\.htm.?|\.epl$" ...
Thoren Johne
Jul 27, 2001 at 8:00 pm
Aug 8, 2001 at 9:23 pm -
10
optStripCR
I have an EPO file which needs to have no carriage returns in the final output. I do want carriage returns in the source for readability. Unless I'm missing something, there's no easy way to do this ...Ilia Lobsanov
Jul 20, 2001 at 1:00 am
Jul 25, 2001 at 12:54 pm -
some of the more recent web application frameworks (ie, Apache::PageKit, AxKit), tout one of their benefits as being the ability to generate multiple display formats easily because they separate ...
Princepawn
Jul 31, 2001 at 2:18 pm
Aug 6, 2001 at 12:37 am -
I just wanted to check -- is the stack underflow table scan problem fixed in Embperl 2? I just spent an hour struggling with it before I found the solution in the Embperl FAQ... it hurts, it hurts. ...
Jack Cushman
Jul 5, 2001 at 3:24 pm
Jul 24, 2001 at 6:57 pm -
doing a simple file-upload does not always gives a content-type back with EmbperlObject. im using the following fragment: <-- snip -- <FORM METHOD="POST" ENCTYPE="multipart/form-data" <table <tr <td ...
Thoren Johne
Jul 26, 2001 at 12:50 pm
Jul 31, 2001 at 7:47 pm -
Hi Gerald et al, Not sure if this is a bug or me simply making assumptions about how EmbperlObject would work ... I've built a Content Management System using EmbperlObject that is working really ...
Gavin Carr
Jul 2, 2001 at 11:56 pm
Jul 10, 2001 at 5:11 am -
Unfortunaltely I don't have small example I could send to you. The most things I done with EO are so complex, that it would help you anythings.... That are two different things. The $subs = ... ...
Gerald Richter
Jul 18, 2001 at 9:29 am
Jul 20, 2001 at 5:53 am -
I have found a sentence in the manual I can use 'var' for defining global variables. I tried: [! var %hash; !] in one file and in second [- Execute('the.file.above.epl'); %hash = (); ... -] But my ...
Lukas Zapletal
Jul 17, 2001 at 8:01 am
Jul 17, 2001 at 9:09 am -
Is there any way to set optAllFormData for a single page? I have a POSTed form that needs to see fields with nothing in them, and there's no other way that I can think of to see them, since POST data ...
Jack Cushman
Jul 12, 2001 at 8:45 pm
Jul 16, 2001 at 2:36 pm -
Help! I have installed Embperl 1.3.3 now Before i have Embperl 1.2.x and all works right. Now our server some times pushs to client the source of Embperl not HTML generated by Embperl program If i ...
Alexey Zvyagin
Jul 27, 2001 at 10:45 am
Jul 28, 2001 at 9:08 am -
Hi, everybody, I seem to remember the people on this and the modperl list recommended PerlSetEnv (instead of SetEnv) to change environment variables on per virtual host basis eg httpd.conf ========== ...
Robert
Jul 23, 2001 at 2:49 pm
Jul 24, 2001 at 3:12 am -
This isn't related to Embperl really, but I thought it might be interesting, since it looks a lot like some kind of hacking attempt... I am getting a lot of entries in my apache server log that look ...
Neil Gunton
Jul 19, 2001 at 9:27 pm
Jul 20, 2001 at 1:29 am -
2
htaccess
Can you put the embperl setup in .htaccess? This is probably an FAQ but I can't work it out :-( DSL -- "The greatest thing you'll ever learn is just to love and to be loved in return." - David Bowie ...David Lloyd
Jul 14, 2001 at 2:57 am
Jul 15, 2001 at 3:45 pm -
Hi! What's the best way of including additional directories in @INC? I got two directories where I put the Perl modules into that are used by my EmbperlObject based site. And having "use lib" in ...
Jochen Lillich
Jul 10, 2001 at 3:55 pm
Jul 11, 2001 at 4:02 pm -
The third beta of Embperl 2.0 is now available from ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b3.tar.gz This version mainly contains bugfixes. Since the first and second beta I have ...
Gerald Richter
Jul 9, 2001 at 1:08 pm
Jul 9, 2001 at 6:12 pm -
Hi, why this works: <TABLE BORDER WIDTH=100% [$ while ( @data = $sth- fetchrow_array() ) $] <TR <TD <A HREF="firma/firma.html.epl?Id=[+ $data[3] +]" [+ $data[0] +]</A </TD <TD [+ $data[1] +] </TD <TD ...
Hoppe
Jul 2, 2001 at 10:32 pm
Jul 8, 2001 at 12:06 pm -
Hey All -- Nicholas Petreley ([email protected]), long-time columnist ("The Open Source") for InfoWorld and the founding editor of VarLinux.org, just penned the following article: "JSP in Harms' ...
Jesse Erlbaum
Jul 2, 2001 at 7:28 pm
Jul 2, 2001 at 9:59 pm -
Hello! Embperl 1.2.1 prints the array reference in URL as item1=value1&item2=value2 For example: <a href="somefile.epl?[+['item1', 'value1', 'item2', 'value2']+]" The output will be: <a ...
Alexey Zvyagin
Jul 30, 2001 at 11:46 am
Jul 30, 2001 at 12:12 pm -
Hi all, I've been using Embperl for a log time and since I started using EmbperlObject i'm geting this intermitent error: Can't locate object method "Path" via package "HTML::Embperl::DOC::_9" ...
Luiz Fernando B. Ribeiro
Jul 26, 2001 at 11:26 am
Jul 26, 2001 at 7:09 pm -
Hi. I've been preparing a site using 2.0b2 and EmbperlObject, and it seems to work great. The main problem I'm having is with trying to generate a page offline. I set the embperl environment ...
James Churchill
Jul 20, 2001 at 6:13 am
Jul 20, 2001 at 6:32 am -
I have experienced the same problem with posting and getting data that was discussed here a couple of weeks ago, which was attributed to environmental variables with mod_perl and apache under windows ...
David Pickens
Jul 19, 2001 at 7:48 pm
Jul 20, 2001 at 5:28 am -
Hello I need to find a place to put use statements in. Where is the right place? I tried to put them in the const.epl: [- use lib; use another_lib; use strict; use Croak; -] and from base.epl i call ...
Lukas Zapletal
Jul 17, 2001 at 6:49 am
Jul 17, 2001 at 7:26 am -
I have this piece of code: [- ... print OUT "<B QRY:</B " . $udat{query}; ... -] But the output is NOT strong (<B tags are skipped): Here`s the log: print OUT "QRY:" . $udat{query}; I don`t ...
Lukas Zapletal
Jul 16, 2001 at 11:11 am
Jul 16, 2001 at 11:41 am -
Hi, is there something similar to setuid, what can be done with a embperl page running on mod_perl ? Rigth now I am starting setuid perl-scripts within my embperl pages (my $result=`bla.pl`). But I ...
P. Schaub
Jul 8, 2001 at 12:38 pm
Jul 8, 2001 at 1:07 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
Jul 2, 2001 at 2:50 pm
Jul 2, 2001 at 2:56 pm -
[similar post, but different enough for a new message]. some of the more recent web application frameworks (ie, Apache::PageKit, AxKit), tout one of their benefits as being the ability to generate ...
Princepawn
Jul 31, 2001 at 2:19 pm
Jul 31, 2001 at 2:19 pm -
I know this was once discussed before, but there was never a solution. I can use multipart/form-data without problems. Do you run on windows or unix ? Are you using EmbperlObject ? Anything in the ...
Gerald Richter
Jul 27, 2001 at 7:12 pm
Jul 27, 2001 at 7:12 pm -
Hi, This problem was fixed many years ago... CGI.pm did always create a new filehandle and never destroyed it. (so it had leaked a few bytes for each upload) I never have heard of such a problem (and ...
Gerald Richter
Jul 27, 2001 at 6:59 pm
Jul 27, 2001 at 6:59 pm -
The hostname for accessing the Embperl CVS (and all other apache related CVS's) has changed from perl.apache.org to cvs.apache.org If you are using CVS to fetch the Embperl developement version you ...
Gerald Richter
Jul 18, 2001 at 10:37 am
Jul 18, 2001 at 10:37 am -
Hello, I must deal with naming problem. I want to use both embperl object and global variables (in the %req hash). How should I name that object? In the tutorial it is named $subs but I think it`s ...
Lukas Zapletal
Jul 18, 2001 at 6:12 am
Jul 18, 2001 at 6:12 am -
Hi, Yes, that seems really a bug in Embperl 2.0b3. Embperl's internal tree storage tries to optimize memory usage by using a "copy on write" schema, that mean nodes that are not modified are passed ...
Gerald Richter
Jul 14, 2001 at 12:17 pm
Jul 14, 2001 at 12:17 pm -
Hi all you embperl fans, Just want to let you know that I have some space and bandwidth to support embperl projects. If needed, I can even provide you with your own apache-mod_perl and apache-ssl ...
Ilia Lobsanov
Jul 13, 2001 at 4:47 am
Jul 13, 2001 at 4:47 am -
The URL ftp://ftp.dev.ecos.de/pub/perl/dbi/DBIx-Recordset-0.24.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/DBIx-Recordset-0.24.tar.gz size: 92611 bytes md5: ...
Gerald Richter
Jul 10, 2001 at 5:03 am
Jul 10, 2001 at 5:03 am -
I recently came across the same problem and track it down. It is a bug in mod_perl, because the environment is setup when the first handler is called. If this handler is called before Apache decides ...
Gerald Richter
Jul 9, 2001 at 5:44 pm
Jul 9, 2001 at 5:44 pm -
hi! Makefile.PL is not supposed to be executable, also adding #!/usr/bin/perl doesn't make much sense, because the location where perl is installed varies from system to system. You get always told ...
Gerald Richter
Jul 8, 2001 at 12:39 pm
Jul 8, 2001 at 12:39 pm -
Hi, unfortunately I don't know anything about MaxOS X. The only idea I have, is to look at other Perl modules, that compiles successfully, Makefile/Makefile.PL and see where the differences is. Do ...
Gerald Richter
Jul 8, 2001 at 12:29 pm
Jul 8, 2001 at 12:29 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 36 |
posts | 115 |
users | 28 |
website | perl.apache.org |
28 users for July 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)