Search Discussions
-
Hi, as every year O'Reilly OpenSource Convention takes place in summer (July 22-26, 2002 -- San Diego, CA ) and as in the last years there should be also a talk about Embperl. So I have submitted my ...
Gerald Richter
May 2, 2002 at 7:10 pm
May 5, 2002 at 10:55 pm -
I wrote a routine that takes a reference to %fdat and constructs a URL (it temporarily turns $escmode to 0). After a lot of confusion I finally figured out why it wasn't working. This [- foo(\%fdat) ...
Kee Hinckley
May 22, 2002 at 5:12 pm
May 30, 2002 at 3:53 am -
Just a reminder. We're taking pledges at http://www.somewhere.com/pledge/. Embperl and DBIx::Recordset are freeware, but they serve as the backbone for many commercial sites and have been given ...
Kee Hinckley
May 8, 2002 at 2:08 am
May 18, 2002 at 11:11 am -
Question - does Execute('../init.epl') search EMBPERL_OBJECT_ADDPATH directories in addition to direct parent directories? I think it should, but it's not finding my parent init.epl in an ADDPATH ...
Gavin Carr
May 17, 2002 at 12:11 am
May 22, 2002 at 10:33 pm -
Hi Gerald, I am trying to improve the shared memory usage on my server, and I've managed to (apparently) preload all the Embperl files on two of my sites. It all seems to work, at first. But then the ...
Neil Gunton
May 1, 2002 at 7:00 pm
May 2, 2002 at 2:57 pm -
This all applies to the latest Embperl 1.3 revision. It started out as a bunch of questions, but in the process of testing each case I may have come up with my own answers, but confirmation would be ...
Kee Hinckley
May 14, 2002 at 4:49 pm
May 17, 2002 at 8:01 pm -
In version 1.3.4 of Embperl, along with mod_perl, we used "exit" to create embperl pages that could conditionally halt their execution. Often we would use a series of nested pages that each contained ...
Bayer, Michael
May 1, 2002 at 4:33 pm
May 2, 2002 at 3:16 pm -
Hello all, While doing a little testing with apache based authentication, I noticed a little problem I wanted to report. It does not seem to exist in 2.0b5, but does happen in 2.0b7. Quick server ...
Cameron McBride
May 11, 2002 at 5:56 am
Oct 16, 2002 at 5:54 am -
I am trying to establish better error handling with Embperl::Object and 2.0b7. As far as I can tell, my results showed no difference between 2.0b5 and 2.0b7. Two problems: 1. First off, I could not ...
Cameron McBride
May 12, 2002 at 9:10 pm
Jun 1, 2002 at 2:48 am -
I have a <A HREF link that calls a script on the server. The script ends up with redirecting the customers browser to the zip file it creates. I want the script to send the zip file instead of ...
Scott Chapman
May 17, 2002 at 11:09 pm
May 21, 2002 at 5:34 pm -
Sure ... I just put up a HTML-Embperl-no_mod_perl.ppd package under <http://theoryx5.uwinnipeg.ca/ppmpackages/ that was built in this way, based on 1.3.4.... I couldn't find ...
Leake, Stuart
May 13, 2002 at 4:29 pm
May 17, 2002 at 8:10 pm -
Before I reinvent the wheel--has anyone done any work integrating MySQL's fulltext search into DBIx::Recordset. I started off with a wrapper, but that gets tricky if you are searching on both ...
Kee Hinckley
May 23, 2002 at 5:43 pm
May 31, 2002 at 5:01 am -
Hi, I've searched the archive, and have not found an answer. I am running: Apache/1.3.14 (Unix) (Red-Hat/Linux) mod_perl/1.24 Embperl 2.0b7 I suspect I am not doing something right in my httpd.conf, ...
Netpingdave
May 23, 2002 at 4:33 pm
May 24, 2002 at 6:59 pm -
Hello all, I have a page that takes a considerable amount of time to run and then return results to the browser, I am caching the information so subsequent requests return the results much quicker. ...
Aaron Johnson
May 19, 2002 at 3:02 pm
May 22, 2002 at 3:50 am -
Sir, We are facing a problem . We have made our module with asp as our front end and sql server as our back end :. But due to problem we have to use Apache server and Oracle 8i for the project .. ...
Ranjeet
May 14, 2002 at 7:12 pm
May 18, 2002 at 4:53 am -
Hi! I discovered this problem serveral times. First when an embperl script fails there is such a log entry: [11526]Reading //fatal.epl as input using PerlIO (0 Bytes)... [11526]ERR: 12: fatal.epl(1): ...
Alexander Hartmaier
May 6, 2002 at 1:15 pm
May 7, 2002 at 7:19 am -
hi! Is there a way to display a nice (static html) error message when some embperl page gives Internal Server error message. I am using .htaccess and ErrorDocument. When plain perl file gives a 500 ...
Jaak
May 24, 2002 at 1:12 pm
May 29, 2002 at 9:43 am -
Hello All, I'm writing an app which uses perl as it's scripting langauge and I've just gotten around to using magic to link the C variables for my app's preferences to variables in the embedded perl ...
Cory C. Albrecht
May 11, 2002 at 6:24 pm
May 16, 2002 at 4:21 pm -
This works fine if the two IF clauses fail. If both of the conditions are not met then the query works like it should. If either of the conditions is met, things break. The $values parameter is ...
Scott Chapman
May 14, 2002 at 6:35 pm
May 16, 2002 at 5:48 am -
Hi! I am seeing some rather annoying random crashes with 2.0b7. The effect is as follows. Every n page views (with n beeing random between about 10 and 20, sometimes more often) I see the following ...
Jochen Topf
May 11, 2002 at 7:37 pm
May 15, 2002 at 8:20 pm -
In the archives, this thread discuss why %fdat is empty when GET arguments are passed to a page. I've run up a situation where GET works fine until a POST is done. As soon as one form is POSTed, then ...
Wim Kerkhoff
May 30, 2002 at 3:20 pm
May 31, 2002 at 4:39 am -
I am trying to get xml support working in Embperl 2.0b7 I have installed the Xalan-C_1_2-linux.tar.gz into /usr/local/lib I know xalan works, form testing by using testXSLT -in foo.xml -xsl foo.xsl ...
Netpingdave
May 27, 2002 at 5:16 pm
May 27, 2002 at 5:29 pm -
EmbPerl does not support international charset (cyrillic). [- $foo="АБВГД" -] [+ $foo +] Does not print correctly: ÀÁÂÃÄ Can anybode help. Thanks.
Yuriy Moskalenko
May 25, 2002 at 12:07 pm
May 25, 2002 at 6:07 pm -
Hi, Not sure if the cause of this is Embperl or CGI. If I have an ordinary bog-standard form on a web-page (post or get) and submit it, the resulting %fdat will *not* have entries for empty/unset ...
Matt freake
May 22, 2002 at 10:38 am
May 22, 2002 at 1:06 pm -
When I try to run a page I've written with EmbPerl 2.0b7 I get the following: [3332]ERR: 26: Logfile /tmp/embperl.log open error: Permission denied [3332]ERR: 66: Embperl Session handling DISABLED ...
Leeland Heins
May 21, 2002 at 7:05 pm
May 21, 2002 at 11:06 pm -
I have a <SELECT list in my page but Embperl is not setting the default based on form data. Here's the code: [- use constant CATEGORIES = ['Print', 'Collateral', 'Broadcast'] -] <TD <B Category:</B ...
Jason Bodnar
May 20, 2002 at 10:14 pm
May 21, 2002 at 6:13 pm -
Hi, I am new to mod_perl and Embperl, and am trying to set up a website where the main page will be handled by Embperl. I have added the following to Apache's httpd.conf: <Location / SetHandler ...
Daniel Barbar
May 20, 2002 at 1:35 am
May 20, 2002 at 10:09 pm -
Hi, using the following code produces a "document contains no data" and an error in the logfile: 9999: Error (no description) Unstrutured backward jump The code works under the olf HTML::Embperl The ...
Dirk Melchers
May 15, 2002 at 8:51 am
May 16, 2002 at 5:21 am -
How do I get the resulting SQL statement built by DBIx::Recordset to be logged somewhere so I can see it? --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Scott Chapman
May 14, 2002 at 5:53 pm
May 14, 2002 at 8:16 pm -
1
Download
Hi, I trying to download EmbPerl from ftp.dev.ecos.de but I can't connect to the server ftp.dev.ecos.de. Where can I download it? Is it available on RPM for RH 7.2? Thanks. Lucas ...Lucas Sábalo
May 14, 2002 at 7:12 pm
May 14, 2002 at 7:39 pm -
I've installed the following software: Apache/1.3.24 (Unix) Embperl/2.0b7 mod_perl/1.26 Embperl config looks like this: --- PerlModule Embperl Embperl_Options 16 Embperl_Escmode 0 <Files *.epl ...
Robert Norris
May 10, 2002 at 12:45 am
May 14, 2002 at 1:56 pm -
Hi! Another Day, another problem with Embperl 2.0... (don't take it personally Gerald!) I've got the following sub in one of my base libraries: sub perish($;@) { my ( $error, @data ) = @_; my $trace; ...
Alexander Hartmaier
May 8, 2002 at 3:51 pm
May 14, 2002 at 1:53 pm -
I'm doing a lot of calls to recordset on various tables in a database. Since I was doing a rather complicated Setup each time, I put it in a central routine. And then it occured to me that there ...
Kee Hinckley
May 3, 2002 at 4:12 pm
May 3, 2002 at 8:09 pm -
Hi. I'm trying to write a syntax module that rewrites certain tags in HTML, but I'm getting lots of errors when I try to rewrite an attribute that's set by [+ $foo +]. An example is: --cut here-- [$ ...
Michael Stevens
May 2, 2002 at 3:42 pm
May 2, 2002 at 4:01 pm -
Version 2.4 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://www.cpan.org/authors/id/J/JE/JERLBAUM/ CHANGES SINCE VERSION 2.1: - Added new module ...
Jesse Erlbaum
May 28, 2002 at 2:15 pm
May 28, 2002 at 2:15 pm -
Sorry about that, everybody, I accidentally clicked the send button instead of the cancel. And sorry for sending my question about magic variables here - I meany it to go to another perl mailing list ...
Cory C. Albrecht
May 16, 2002 at 4:24 pm
May 16, 2002 at 4:24 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 36 |
posts | 166 |
users | 44 |
website | perl.apache.org |
44 users for May 2002
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)