Search Discussions
-
Hi Everybody, Are there any known problems with $udat initialisation? As example I have the file 'one.html' which contains the following (Embperl code): [- $hold{thing} = "Hello"; $udat{some} = ...
Stéphane Peiry
Apr 4, 2001 at 5:18 pm
Apr 9, 2001 at 1:33 pm -
Hi, I have been using the EmbperlObject Feature of Embperl and have to say that I love it. However I suddenly arrived at a problem that I didn't have before when using vanilla cgi. I have most of my ...
Nicolas Parody
Apr 29, 2001 at 7:32 pm
May 18, 2001 at 8:22 am -
Hello, I`m standind at the problem. My manager need a web application that will run under Apache / mod_perl AND MS IIS / ActiveState ISAPI perl module (not a CGI!). How can I get it to work? In the ...
Lukas Zapletal
Apr 13, 2001 at 6:04 am
Apr 19, 2001 at 11:51 am -
I'd like to be able to say: <a href="foo.html?bar=1&[$ hidden $]" go there</a In a URL context it should result in a set of appropriate & separated arguments with the fields that aren't currently ...
Kee Hinckley
Apr 17, 2001 at 6:45 pm
Apr 18, 2001 at 6:59 pm -
Hi. I've got some code: --cut here-- <ul [$ foreach $item (qw(a b c d e f g h )) $] <li [- print OUT $item -]</li [$ endforeach $] </ul --cut here-- which under embperl 1.3 produces the following ...
Michael Stevens
Apr 26, 2001 at 11:02 am
Apr 27, 2001 at 11:12 am -
I am testing version 2.0b2 and I am getting an error with the following: onChange="javascript:this.value=this.value.toUpperCase();" This line appears in the HTML page as onChange="javascript:this. ...
Ian Van Der Poel
Apr 27, 2001 at 2:32 am
Apr 27, 2001 at 6:59 am -
I have just started working on a web site using emb perl. We have migrated alot of our scripts directly, but some of our pages would be better handled as embperl. Anyway, I have just begun, and have ...
C W Huling
Apr 7, 2001 at 5:26 pm
Apr 8, 2001 at 6:38 pm -
I've been encountered with the "famous" random undefined sub error. I learned how to fix this error when I call a sub functions from other library files but, look at below test page. I am having ...
Andy Lim
Apr 4, 2001 at 5:52 pm
Apr 4, 2001 at 7:25 pm -
I'm using Randy Kobes' precompiled Apache distribution containing the following: Embperl 1.3b3/Windows NT 4.0/Apache 1.3.12/ModPerl 1.23/Perl 5.6.0 When I use the Embperl upload example, files are ...
Scott Chapman
Apr 24, 2001 at 6:15 am
Apr 26, 2001 at 4:24 am -
Line 1013 and 1014 of eputil.c in the current cvs are commented out using C++ style // comments, causing Ansi C only compilers to barf. -- Jens-Uwe Mager HELIOS Software GmbH Steinriede 3 30827 ...
Jens-Uwe Mager
Apr 22, 2001 at 1:00 am
Apr 22, 2001 at 7:33 pm -
Hi, what's the best/recommanded way to compress Embperl's output? There're few modules for this like Apache::GzipChain, Apache::EmbperlChain, Apache::Compress/Apache::Filter. The last one looks best ...
Robert
Apr 16, 2001 at 9:58 am
Apr 20, 2001 at 5:16 am -
This seems like the best place to find people with experience with Embperl. We have a few job openings. Jobs are located in Itasca, IL (northern suburbs of Chicago). I'm one of the programmers,so I ...
John Walstra
Apr 3, 2001 at 10:22 pm
Apr 5, 2001 at 5:25 am -
Hi. 2.0b3_dev-3 again --cut here-- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN" <html <head <title foo</title </head <body <h1 foo</h1 <form method="post" action="index.epl" [- $fdat{x} = 1; -] [$ ...
Michael Stevens
Apr 27, 2001 at 11:35 am
Apr 27, 2001 at 12:01 pm -
Hi. We're testing embperl 2.0b3_dev, and I've found a weird problem. Putting [- # foo -] in a file works under embperl 1.3, but under this version gives an error. Replacing "# foo" with some code ...
Michael Stevens
Apr 25, 2001 at 6:43 pm
Apr 26, 2001 at 10:46 am -
Hi! I hope someone can help me solve this problem. I'm running the apache server (Apache 1.3.12) over FreeBSD and I've installed mod_perl 1.25 as a DSO OUTSIDE the apache source tree via APXS. The ...
Emma Wermström (EMW)
Apr 20, 2001 at 9:31 am
Apr 20, 2001 at 11:54 am -
Traditionally parameters that are embedded in a url are separated by an ampersand. So a URL might look like http://form.cgi?id=1&foo=bar The new style is to use semi-colons to separate parameters so ...
John Aughey
Apr 20, 2001 at 2:44 am
Apr 20, 2001 at 4:57 am -
Hi, I've tried to get Apache::OutputChain working - no success. My intention was to do sth. like <!--#include virtual="/global/include/structure.inc" -- . In the mentioned file are Embperl statements ...
Roediger Stephan
Apr 26, 2001 at 2:38 pm
Apr 27, 2001 at 5:54 pm -
Hi. I have a test document, shown here: --cut here-- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN" <html <head <title foo</title </head <body <h1 foo</h1 <table <tr <td row</td </tr [- { my $row = 1; ...
Michael Stevens
Apr 27, 2001 at 10:48 am
Apr 27, 2001 at 11:09 am -
I have succesfuly installed Embperl, but when I try to run 'Hello, world' EmbperlObject example, i get Dr.Watson (application execution error - instruction on adres xxx has refferenced 0x0009). After ...
Lukas Zapletal
Apr 26, 2001 at 9:36 am
Apr 26, 2001 at 11:45 am -
Hi Gerald - and anyone else using embperl 2.0 We've found out that a [- on the first line of an epl file seems to be ignored. So that for example this file: -- [- Execute('x.epl') -] -- gives no ...
Michael Smith
Apr 26, 2001 at 10:28 am
Apr 26, 2001 at 10:42 am -
Hi. I've got two files. One contains: [- chdir "/export/home/michaels/public_html/"; -] [- Execute('header.epl'); -] foo and header.epl contains: <html <head <title [+ $param[0] +]</title </head ...
Michael Stevens
Apr 26, 2001 at 10:27 am
Apr 26, 2001 at 10:28 am -
I configured Embperl on Windows/Apache 1.3 to save log in the apache directory and I get error: [178]ERR: 25: Line 1: Error [178]ERR: 26: Line 1: Logfile D:/Inetpub/wwwroot/embperl/logs open error: ...
Lukas Zapletal
Apr 26, 2001 at 7:41 am
Apr 26, 2001 at 8:23 am -
Installing embperl 1.3.1 via CPAN using perl5.6.1, I'm getting a #60 includeerr1.htm... Error in Line 5 Is: [13138]ERR: 24: Line 10: Error in Perl code: Can't locate object method "is" via ...
Barries
Apr 20, 2001 at 4:56 pm
Apr 20, 2001 at 5:20 pm -
Hi, I am trying to mix Mason and Embperl and have a problem with inserting data into %fdat by the script. I am not sure, if my problem (see below) is triggered by Mason or Embperl. My setup: Apache ...
Dirk Melchers
Apr 18, 2001 at 8:47 am
Apr 18, 2001 at 6:34 pm -
We've been converting a site using Apache::Registry and CGI.pm over to Embperl v1.3.x, and we ran into a problem getting Embperl to accept some query strings that CGI.pm would accept (and create). It ...
Brent A. Ellingson
Apr 13, 2001 at 10:59 pm
Apr 17, 2001 at 5:06 am -
Hi, I am not sure if this belongs in the Embperl mailing list but here is my question: I have installed the debian packages for embperl(1.3.0-1) that were compiled in with support for mod_perl. I ...
Nicolas Parody
Apr 12, 2001 at 3:34 pm
Apr 12, 2001 at 7:30 pm -
Hello, I am currently managing a web site written in embperl. I am looking for a new home for this site and I am having difficutly finding an ISP that could host this site. Does anyone know of an ...
Jim Hamer
Apr 11, 2001 at 12:53 pm
Apr 11, 2001 at 2:19 pm -
1
ugh
I apologize to the list for my spam as well as the nasty HTML mail. I was testing a new email client and it tried to resend my whole outbox. I hate when that happens. Again, my apologizes for zapping ...Steven D. Arnold
Apr 8, 2001 at 2:00 pm
Apr 8, 2001 at 6:46 pm -
Jens-Uwe Mager
Apr 22, 2001 at 1:46 am
Apr 22, 2001 at 1:46 am -
Embperl doesn't check if the session is already setup. Normaly that doesn't matter, but a second setup will reset the dirty flag of Apache::Session, so if you have change any data before and don't ...
Gerald Richter
Apr 5, 2001 at 5:54 am
Apr 5, 2001 at 5:54 am -
Try to put the dbgHeaderIn, dbgSession and dbgEnv on in EMBPERL_DEBUG and see in the embperl logfile what cookies are send and received. If you doesn't have any clue send the logfile to me . Gerald ...
Gerald Richter
Apr 5, 2001 at 5:51 am
Apr 5, 2001 at 5:51 am -
Cookie ID: 43903564a7b36f84b785a0882afb3974 Session data is NOT modified The session id is received by test1.html, but it generate a new session id, that means that it didn't found the session with ...
Gerald Richter
Apr 5, 2001 at 5:41 am
Apr 5, 2001 at 5:41 am -
Every Embperl page runs in it's own package, to have separate namespaces to avoid collision of variables names. So you have to import the symbols your module export in both pages, i.e. write the [! ...
Gerald Richter
Apr 5, 2001 at 5:37 am
Apr 5, 2001 at 5:37 am -
Yes, that's because EMbperl 1.x compiles _and_ executes the code block by block, so it doesn't see the sub definition at the end when it for the first time execute the function call, because the sub ...
Gerald Richter
Apr 5, 2001 at 5:15 am
Apr 5, 2001 at 5:15 am -
I am using Embperl 1.3.1. When I reload a page, all the images are reloaded - they are not cached. Is there any way I can have my images cache? This would speed up my pages quite a bit. Thanks for ...
James Lee
Apr 3, 2001 at 9:00 pm
Apr 3, 2001 at 9:00 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 35 |
posts | 136 |
users | 37 |
website | perl.apache.org |
37 users for April 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)