Search Discussions
-
Hi, You can do so, if mod_perl is staticly linked into Apache. If it is build as DSO, you shouldn't do so, unless your provider upgrades mod_perl. The only list of ISP's that I know of is the one at ...
Gerald Richter
Sep 13, 2001 at 12:41 pm
Sep 27, 2001 at 4:33 pm -
Hello EmbPerl, I have these files: /constants.epl /topbar/base.epl /main/base.epl constants.epl: [! use Carp; $req = shift; $req- {appname} = "test app"; !] I need to execute constants in both bases. ...
Lukas Zapletal
Sep 3, 2001 at 7:13 am
Sep 4, 2001 at 7:56 pm -
I've been playing with Embperl v2 lately. I am very impressed with the ability to have various Syntaxes, and to be able to easily switch amongst them at will, even withing the same Embperl object. ...
Wim Kerkhoff
Sep 26, 2001 at 7:20 am
Oct 1, 2001 at 5:46 pm -
(please include my return address in the reply. For some reason I am unable to receive mail from this news group at work - dboyd@nisys.com) ... Hello all, I am configuring a new web server for my ...
Boyd, David
Sep 20, 2001 at 4:48 pm
Sep 20, 2001 at 9:57 pm -
I am still working on this *** BUG ***, and it is quite a difficult one to crack. I am trying very hard not to have to delve into the internals of either of these packages, so if I manage to jog ...
Alan milligan
Sep 9, 2001 at 3:49 am
Sep 11, 2001 at 10:34 pm -
02.09.2001 14:27 hello, Embperl! I like the ASP-style syntax much more than that of Embperl *sorry=)* I've tried to rewrite some of my old Embperl code to ASP style but not the whole code worked ...
RAYtracer__ .:<DREAMWALKER>:.
Sep 6, 2001 at 10:06 pm
Sep 10, 2001 at 1:52 pm -
I notice a short comming of DBIx (unless some one knows of a work around for it). I create a simple search: select incident_key, note1 as title from incident; I then wanted to display this ...
Boyd, David
Sep 27, 2001 at 6:38 pm
Oct 4, 2001 at 5:44 pm -
Hello. Guys. This might be a stupid question. I have two web servers. One is my main web server which runs under linux and EMBPERL. (Web server-A) The other is a windows based web server. (Web server ...
Andy Lim
Sep 28, 2001 at 1:05 am
Oct 2, 2001 at 2:53 am -
Hi all, I need to install an Embperl application on a shared host that doesn't has mod_perl and will not install it. I've installed Embperl using the CGI enviroment before but this server has a ...
Luiz Fernando B. Ribeiro
Sep 17, 2001 at 8:14 pm
Sep 18, 2001 at 4:01 am -
Hi, I do vaguely recall on this list that this program is broken under 2.03b. This would appear to be true. I haven't had any luck searching the archive. Can someone please remind me what the ...
Alan milligan
Sep 14, 2001 at 12:40 pm
Sep 17, 2001 at 8:45 am -
Hi again, while I was trying to track down the problem, I found something else... have a look: /base.epl: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" <html [- Execute('*'); -] ...
Rainer Perl
Sep 5, 2001 at 11:56 am
Sep 10, 2001 at 3:18 pm -
I get the following error: An error has occurred. Problem Executing search query: Error #00928: missing SELECT keyword When I try to run the following SQL Statement (this is from the log file. i have ...
Boyd, David
Sep 7, 2001 at 4:34 pm
Sep 10, 2001 at 12:14 am -
03.09.2001 22:51 hello, Embperl! is there a possibility to let Embperl convert an Embperl file to real Perl file so that every webserver without Embperl installed can exec it? what I mean is: ...
RAYtracer__ .:<DREAMWALKER>:.
Sep 6, 2001 at 10:07 pm
Sep 8, 2001 at 6:24 pm -
Hello embperl, How do you manage DBI connections? I have read something in Tips&Tricks but this approach IMHO can be slow on heavy loaded servers. Regards Lukas Zapletal [lzap@bach.cz] web programmer ...
Lukas Zapletal
Sep 4, 2001 at 8:41 am
Sep 5, 2001 at 6:06 am -
If I use Apache::DBI under mod_perl and continuosly open and disconnect a DBI:mysql connection, it should reuse the same connection and not perform a database lookup all the time. I have a piece of ...
David Lloyd
Sep 5, 2001 at 1:55 am
Sep 5, 2001 at 3:29 am -
When I am working on my local box with apache running in LocalHost mode, is there an issue if I have more than one person bring up the web site over the LAN in keeping each session seperate? If not, ...
Boyd, David
Sep 27, 2001 at 9:28 pm
Sep 28, 2001 at 7:20 pm -
Where is the proper place for me to put the .pm files that I have created? I was using: PerlSetEnv PERL5LIB "C:/Projects/IRS/Apache/Perl" in my httpd.conf file but was informed: PerlSetEnv PERL5LIB ...
Boyd, David
Sep 25, 2001 at 2:12 pm
Sep 26, 2001 at 1:19 am -
Well, I decided to start all over on building my web server. Formatted the disk and reinstalled Win2000. Now, I when to http://perl.apache.org/embperl/INSTALL.pod.1.html#WIN_32_with_ActiveState_Pe rl ...
Boyd, David
Sep 24, 2001 at 4:10 pm
Sep 25, 2001 at 12:19 am -
Hi, I think I'm about to finalize Embperl installation but when I do the Make test goes well until I get an HTTPD error : **** The Make TEST **** loading... ok Testing offline mode... #0 ascii... ok ...
Etienne Boulet
Sep 19, 2001 at 2:57 pm
Sep 19, 2001 at 3:40 pm -
Hi I'am on a server that is configure has a Virtual Private Server. I have Apache 1.3 installes and I don't have access to the Apache source file. So when I've tryed to install Embperl it asked me to ...
Etienne Boulet
Sep 19, 2001 at 11:59 am
Sep 19, 2001 at 12:36 pm -
Hi! I've got some problems with EMBPERL_FILESMATCH. According to documentation, it should match against the file names. But in combination with MultiViews it matches against the location as ...
Axel Beckert
Sep 18, 2001 at 5:18 pm
Sep 19, 2001 at 5:09 am -
Thanks a lot for the info Mr. Neil, The verion of Apache that is installed on my VPS is 1.3 and the thing is that I don't have access to the Apache source file. So when I've tryed to install Embperl ...
Etienne Boulet
Sep 17, 2001 at 12:30 pm
Sep 17, 2001 at 11:40 pm -
I am not sure if DBIx::Recordset has its own list so I am posting here, please redirect me if needed. I want to create a query that looks for IS NULL in one of the fields, but I don't see how to do ...
Aaron Johnson
Sep 7, 2001 at 4:17 am
Sep 9, 2001 at 6:54 pm -
Hi! I hope that I find answers here more quickly. Dont ask, but I need to make files with extension cfm to be parsed with embperl. Only in one dir. But in the server (Linux) runs also coldfusion ...
Neeme Vool
Sep 6, 2001 at 10:10 pm
Sep 8, 2001 at 6:28 pm -
Hello embperl, I tested the feature: 'Input/Textarea/Select tags take values from %fdat' when you create a test form: <FORM NAME="test" METHOD="POST" ACTION="[+ $req- {self} +]" <INPUT NAME="text" ...
Lukas Zapletal
Sep 6, 2001 at 11:19 am
Sep 8, 2001 at 5:59 pm -
I am running the latest apache, mod_perl, and embperl on linux. All work fine independently. However, I want to handle all browser requests through a mod_perl controller and use internal redirect to ...
Blayne Maring
Sep 4, 2001 at 11:33 pm
Sep 8, 2001 at 1:28 pm -
Hello embperl, have anyone experiences with running Apache::DBI on WinNT ? I cannot connect to a database... it returns undef. lzap Regards Lukas Zapletal [lzap@bach.cz] web programmer Bach systems ...
Lukas Zapletal
Sep 4, 2001 at 10:10 am
Sep 4, 2001 at 7:58 pm -
Hello embperl, I need to find place for configuring perl includes. I use httpd.conf: SetEnv PERLLIB 'D:/Inetpub/libperl' but PERLLIB is comma-separated and I do not know how to set 'D:/'. Is there ...
Lukas Zapletal
Sep 4, 2001 at 9:31 am
Sep 4, 2001 at 7:54 pm -
Hello EmbPerl, My Embperl is reporting this: [269]ERR: 21: Line 15: <tr outside of table [269]ERR: 45: Line 15: Unclosed HTML tag <tr at end of file but it is not true, the <TR tag is NOT outside the ...
Lukas Zapletal
Sep 3, 2001 at 11:43 am
Sep 3, 2001 at 11:48 am -
Hi, Two simple and supposedly equivalent scripts follow: Script 1: test.pl ############## use Balclutha::User; my $user = Balclutha::User- login($ARGV[0], $ARGV[1]); if (defined $user) { print join ' ...
Alan milligan
Sep 3, 2001 at 6:23 am
Sep 3, 2001 at 9:46 am -
I'm trying to make a recordset persistent so that it doesn't have to repeatedly load the meta-data and type translation code every time a page loads. However it appears that the code in Embperl.pm ...
Kee Hinckley
Sep 2, 2001 at 2:38 pm
Sep 2, 2001 at 6:03 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/image/Apache-ImageMagick-2.0b4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-ImageMagick-2.0b4.tar.gz size: 10663 bytes md5: ...
Gerald Richter
Sep 18, 2001 at 3:51 am
Sep 18, 2001 at 3:51 am -
[This message is crossposted to all mod_perl lists. It is possible that we will concentrate all mod_perl projects docs in one place.] A new cvs rep and two mailing lists were created and we're ...
Stas Bekman
Sep 15, 2001 at 11:46 am
Sep 15, 2001 at 11:46 am -
The URL ftp://ftp.dev.ecos.de/pub/perl/image/Apache-ImageMagick-2.0b3.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-ImageMagick-2.0b3.tar.gz size: 10596 bytes md5: ...
Gerald Richter
Sep 11, 2001 at 8:07 am
Sep 11, 2001 at 8:07 am -
Hi, I'm having some strange problems with EmbperlObject (running via apache/mod_perl; Embperl 1.3.3). Here's my layout: /base.epl: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" <html ...
Rainer Perl
Sep 5, 2001 at 11:25 am
Sep 5, 2001 at 11:25 am -
Gerald, The original poster used 'start' as an alias of 'forumcomment' table and 'thread' as an alias of another 'forumcomment' table. richter@ecos.de writes: [...] sherwin ...
Mailing list
Sep 3, 2001 at 2:09 pm
Sep 3, 2001 at 2:09 pm -
The anwser is quite simple. The Embperl sub fellowship_listing isn't defined at the first run. Perl takes it as string as you see in the log: [1068]SRC: Line 33: [- fellowship_listing -] [1068]EVAL< ...
Gerald Richter
Sep 1, 2001 at 9:50 pm
Sep 1, 2001 at 9:50 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 37 |
posts | 114 |
users | 31 |
website | perl.apache.org |
31 users for September 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)