Search Discussions
-
Hello. I just upgraded Embperl to 1.3.0 from 1.2.9. With the previous version, I was able to create an external package, and invoke the use command inside a [! !] block. Then I could call a ...
Steve Wilder
Feb 8, 2001 at 3:16 pm
Feb 9, 2001 at 5:10 pm -
I just update our development server to Embperl-1.3.1. I ran into to the problem with fdat being empty after a post. I soon discovered if I put a "enctype='multipart/form-data'" in the form tag, fdat ...
John Walstra
Feb 21, 2001 at 8:45 am
Mar 9, 2001 at 9:07 pm -
Hello. I have Apache 1.3.12, mod_perl 1.25, Embperl 1.3.0, mod_ssl 2.6.6-1.3.12, and PHP 4.0.4pl1 all compiled statically on a Redhat 6.0 machine, and mySQL version 3.22.22 Everything is working ...
Steve Wilder
Feb 6, 2001 at 12:44 pm
Feb 9, 2001 at 5:02 am -
Hi Gerald, I had an idea regarding the issue of having variables which are visible to all pages in any request. Currently we get a Request object passed in on the stack, which we can set variables ...
Neil Gunton
Feb 9, 2001 at 5:01 pm
Feb 12, 2001 at 4:15 pm -
Hello all. I have been trying to get Embperl to stop further processing of my scripts when I detect an error. Anyone had any luck getting this to work? I've tried to: die "random error message here"; ...
Marcus R. Popetz
Feb 28, 2001 at 1:16 am
Mar 6, 2001 at 1:37 pm -
Gerald, Here's what's showing up in my Apache Error log now that I have upgraded from 1.2.1 to 1.3.1: Cannot require Apache::Session::Store::DBIStore at ...
David Williams
Feb 20, 2001 at 6:43 pm
Mar 5, 2001 at 2:21 pm -
Neil, Yes, in the CVS version there sometimes some extra logging. To turn all logging off, just set PerlSetEnv EMBPERL_LOGFILE /dev/null I normaly remove this extra logging before I release a new ...
Gerald Richter
Feb 3, 2001 at 12:25 pm
Feb 7, 2001 at 1:50 pm -
Good morning/afternoon, I've been trying to get a simple read from a pipe to work, but its not doing what I'm intending. I'm using EmbperlObject ('cuz it rocks), but get the same thing in just ...
Wim Kerkhoff
Feb 16, 2001 at 4:39 pm
Feb 20, 2001 at 7:27 am -
Has anybody managed to successfully get embperl and mod_gzip to work together? I've managed to get mod_gzip to work on static html files but can't get it to work with Embperl files. I've tried a ...
Michael Smith
Feb 14, 2001 at 6:49 pm
Feb 26, 2001 at 6:55 am -
Hello all, I was working through the new Embperl Object tutorial for version 1.3.1. When I decided to enter the base object url. This cause the apache process to keep on growing. This behavior does ...
Jon Carroll
Feb 18, 2001 at 1:08 pm
Feb 23, 2001 at 6:39 am -
Hi, I was wondering if it was possible to include support for use strict in embedded perl. We have tried a number of things but nothing seems to work in the same manner as it would in a typical perl ...
Mike Sidoti
Feb 15, 2001 at 3:09 pm
Feb 16, 2001 at 5:01 am -
Hi, on my machine each type of print / output under mod_perl to the browser is VERY slow! checked with embperl or plain mod_perl: if the text length is long, it takes a lot of time, e.g. about 4 ...
Alvar Freude
Feb 11, 2001 at 7:20 am
Feb 13, 2001 at 4:01 am -
Does Embperl use the variables $&, $`, $', $1, $2 etc for things other than pattern matching? I'm trying to take some text and find all occurances of a string in it and make those occurances in bold ...
Gavin Spomer
Feb 9, 2001 at 4:23 pm
Feb 9, 2001 at 5:18 pm -
Help me please ... I want connect to DB Oracle by emperl but i don't . The results ... don´t show me errors, don´t show anything in variable (ej [ +$campo1+]) My scritp is: [! #Variables de entorno ...
Aldo Luis Orsini
Feb 2, 2001 at 12:13 pm
Feb 9, 2001 at 3:00 pm -
I can't seem to get this to work? I can check both %udat and %mdat, and I see the _session_id (they are different values), but if I assign anything to the hash, it doesn't seem to go beyond the page ...
C W Huling
Feb 7, 2001 at 1:01 pm
Feb 7, 2001 at 2:54 pm -
Hi, I have this problem, on my web I´m using file upload from the web page something like this: <FORM METHOD="POST" ENCTYPE="multipart/form-data" <INPUT TYPE="FILE" NAME="ImageName" <INPUT ...
Kyncl
Feb 22, 2001 at 1:04 pm
Feb 22, 2001 at 1:10 pm -
INSTALL mentions: EmbperlObject needs the following modules to work: * File::Spec 0.82 or higher (if you have already successfully built and tested mod_perl, all modules will already be there.) why ...
Angus Lees
Feb 15, 2001 at 2:26 am
Feb 15, 2001 at 6:21 am -
Gerald, The following problem may or may not be related to the other stuff which we are looking at. But I have been able to reproduce it in a minimal case. Consider the following setup: /base.html [- ...
Neil Gunton
Feb 5, 2001 at 8:41 pm
Feb 7, 2001 at 1:48 pm -
Hi all, .htaccess files don't seem to work in EmbperlObject-ified directories, even for files that EmbperlObject doesn't end up handling. Is this a a known limitation (or a feature!), or have I ...
Gavin Carr
Feb 2, 2001 at 1:38 am
Feb 4, 2001 at 10:39 pm -
The problem arises with subroutines using variables declared at the same level as the sub, e.g: [- my @fields = qw(a b); print OUT "@fields"; sub testingit{ print OUT "@fields"; } -] The first print ...
Jonny Cavell
Feb 28, 2001 at 6:08 pm
Feb 28, 2001 at 11:11 pm -
Hi Gerald et al, Not wanting to divert you from real work on Embperl 2.0, but ... Neil Gunton started a thread back in November about how to turn off Embperl constructs ([+, [-, [$ etc) within ...
Gavin Carr
Feb 27, 2001 at 10:18 pm
Feb 28, 2001 at 4:43 am -
Hi, in the following example first two cases work as expected while the third generates 'tst.html?2/16' and the fourth 'tst.html?3'. I believe this is a bug. I think I reported this a while ago but I ...
Robert
Feb 24, 2001 at 11:13 am
Feb 25, 2001 at 2:37 pm -
Here is a really simple question. How do I make data that is returned from a Text box into uppercase. Can I force the Text box to only return uppercase? After I parse that data from %fdat, I could ...
Jim Hamer
Feb 23, 2001 at 4:24 pm
Feb 23, 2001 at 4:30 pm -
Hello listers, I need some really basic help. I am a developer is has taken over a set of embperl programs. All of these programs have the extension .mpl. Why? I cannot find any reference to this ...
Jim Hamer
Feb 22, 2001 at 6:16 pm
Feb 22, 2001 at 8:20 pm -
Previous mail's subject heading was misleading, so this is like an echo... I have Apache::Session version 1.53 by the way and HTML::Embperl::Req::SetupSession ($req_rec) is called prior to ...
Sun Choi
Feb 22, 2001 at 1:58 pm
Feb 22, 2001 at 3:17 pm -
Has anyone successfully used XML::XPath under Embperl? I get a segmentation fault.
David Williams
Feb 20, 2001 at 6:49 pm
Feb 22, 2001 at 12:46 pm -
I upgraded to the latest of Embperl (1.3.x) and Apache::Session (1.53) I changed the EMBPERL_SESSION_CLASSES to: $ENV{EMBPERL_SESSION_CLASSES} = "MySQL Semaphore" ; it "looks" like an entry is being ...
Aaron Johnson
Feb 20, 2001 at 4:54 pm
Feb 22, 2001 at 12:44 pm -
uh oh @ISA corrupted HTML::Embperl::Req must be a base class of HTML::Embperl::DOC::_45 at /usr/lib/perl5/5.005/i386-linux/HTML/Embperl.pm line 848. [Mon Feb 19 13:35:59 2001] [error] Can't locate ...
Angus Lees
Feb 19, 2001 at 3:00 am
Feb 22, 2001 at 12:43 pm -
I'm using Embperl together with Apache::Session. I'm running into a problem I don't understand and it might be Embperl related, or mod_perl, or apache or MSIE or .... I'm developing a web-site and ...
Steven
Feb 19, 2001 at 11:55 pm
Feb 22, 2001 at 12:40 pm -
Hi Gerald, I am starting to abstract out some code that will be common between different websites on the same server, and I would like to make this code into an object which can then be inherited by ...
Neil Gunton
Feb 17, 2001 at 6:56 pm
Feb 22, 2001 at 12:03 pm -
this was probably discussed previously, but why wasn't an xml definition not used ie: <?perl # perl code here ? I dunno... [- -] and [$ $] seemed a little wierd to me... i'm not on the mailing list ...
Shayne Kasai
Feb 13, 2001 at 5:03 pm
Feb 14, 2001 at 7:10 am -
The newest beta version of EmbPerl 2.0.7 seems to have major testing problems when I tried to install it. Also, both of my installs failed miserably when using Solaris cc vs. Gnu gcc. Lastly, the ...
Joe Foley
Feb 9, 2001 at 8:48 pm
Feb 14, 2001 at 7:01 am -
Hi, I have a embperl page, which had about 10 queries to database, and load 2 execute modules and each module had about 5 queries. When using IE5.X it takes 2-3 sec to load this page while using ...
Eddie Lau
Feb 12, 2001 at 7:27 am
Feb 12, 2001 at 9:57 am -
I used to be recommended by Ruevain Lerner in the Linux Journal that to use EMBPERL under modperl we needed to compile embperl under mod perl: <QUOTING Before you can start to compile the components, ...
Ruben I Safir - Brooklyn Linux Solutions CEO
Feb 11, 2001 at 4:31 am
Feb 11, 2001 at 12:08 pm -
Gerald, The latest CVS has a slight problem the first time you run 'make test'. The output is below, and I am forwarding the log file to you separately. This is on RedHat 7 Linux with all patches and ...
Neil Gunton
Feb 7, 2001 at 1:39 pm
Feb 7, 2001 at 2:26 pm -
What I see is that, for reasonably large pages, the entire page comes across, and then there is a delay while it sits there waiting for the connection to close. In the browser status it's saying ...
Kee Hinckley
Feb 4, 2001 at 6:36 pm
Feb 4, 2001 at 7:23 pm -
Neil, The latest CVS should be up to date, but I have made some changes to EmbperlObject to handle relative paths more correctly, also there is a change in epmain.c, because the older version did ...
Gerald Richter
Feb 3, 2001 at 12:32 pm
Feb 4, 2001 at 3:27 pm -
$udat{_session_id} or tied(%udat) - getid () http://perl.apache.org/embperl/Embperl.pod.3.html#EMBPERL_COOKIE_EXPIRES Please send any further questions to the Embperl mailing list Gerald ...
Gerald Richter
Feb 25, 2001 at 2:26 pm
Feb 25, 2001 at 2:26 pm -
Hi everyone, If you look at php.net, in the top right corner they have a button to view the source of the page you are currently looking at. My question is... is there a mod_perl handler or something ...
Wim
Feb 14, 2001 at 11:45 pm
Feb 14, 2001 at 11:45 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.1.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz size: 328406 bytes md5: ...
Gerald Richter
Feb 13, 2001 at 6:04 am
Feb 13, 2001 at 6:04 am -
I tried to following, but it did not work. Any suggestions or hints ? I could not find anything under the EmbperlObject docs. <Location / PerlSetEnv EMBPERL_OBJECT_BASE sat-template.html PerlSetEnv ...
Baiju
Feb 9, 2001 at 1:24 am
Feb 9, 2001 at 1:24 am -
Would someone please point out what simple thing I am missing here? I am just playing around with the Apache::EmbperlFilter, and every time I load a page that uses that handler, I get: [Wed Feb 7 ...
C W Huling
Feb 7, 2001 at 9:47 pm
Feb 7, 2001 at 9:47 pm -
Hi, Yes. You can run it as cgi. Use embpcgi.bat to start it Gerald P.S. Please send further questions to the mailing list ------------------------------------------------------------- Gerald Richter ...
Gerald Richter
Feb 7, 2001 at 12:51 pm
Feb 7, 2001 at 12:51 pm -
10x!
Eran Keshet
Feb 7, 2001 at 8:12 am
Feb 7, 2001 at 8:12 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 44 |
posts | 179 |
users | 41 |
website | perl.apache.org |
41 users for February 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)