Search Discussions
-
I have a file under an embperl directory called news.html http://www2.mrbrklyn.com/nylinux/news.html There is no news directory, nut this shows the same page http://www2.mrbrklyn.com/nylinux/news/ As ...
Ruben Safir
Dec 23, 2001 at 4:23 pm
Jan 2, 2002 at 2:20 pm -
I'm getting: [415]ERR: 24: Error in Perl code: Can't use an undefined value as filehandle reference at /wwww/htdocs/init.epl line 8. The code looks like this in my init.epl: open ($req- {DBUGF}, ' ...
Scott Chapman
Dec 20, 2001 at 6:14 pm
Dec 21, 2001 at 6:15 pm -
The following code works under EmbperlObject (1.3.4): [$ var $xxx $] [$ sub foo $] [- $xxx = 1; $yyy = 2; -] [$ endsub $] Perhaps I misunderstand the use of [$ var $], but I thought it would catch ...
Neil Gunton
Dec 15, 2001 at 2:23 pm
Dec 18, 2001 at 8:14 pm -
5
Apache
Happy new year ! Please, I would want to know how to configure Apache to get it work on Windows XP. When I start Apache, a console window appear very breefly and disapear. Is there parameters to set ...Lilianne dupuis
Dec 31, 2001 at 9:30 pm
Jan 7, 2002 at 12:06 pm -
Dear All, I'm having some trouble configuring apache to recongnise embperl files that are executed after a rewrite. I've got this working with some configs but not others - but haven't been able to ...
Michael Smith
Dec 19, 2001 at 12:57 pm
Dec 19, 2001 at 5:17 pm -
Hi! I have a CGI forum that uses cookies to authenticate user. Now I wish to add some embperl pages that authenticate with %udat. I wish to change the CGI forum authentication method to embperl %udat ...
Jaak
Dec 16, 2001 at 6:00 pm
Dec 19, 2001 at 2:36 pm -
I am looking at using the the Upload example (found on the embperl site) but am a little lost. The example has the file that is being uploaded saved to the server as file.$$. I would like the file ...
Boyd, David
Dec 12, 2001 at 1:09 pm
Dec 13, 2001 at 6:58 pm -
is it possible to send a 'unauthorized' - 401 header from an embperl page? i tried $http_headers_out{'unauthorized'} = '401', without success. i'd like to have a user-authentification without using a ...
Thoren Johne
Dec 10, 2001 at 9:40 am
Dec 11, 2001 at 12:44 pm -
Does anyone have an example how to set up httpd.conf so that there is a separation between public and private code: .../epl/ public/ index.html private/ my private .epl code The DocumentRoot will be ...
Lihn, Horng-Twu
Dec 19, 2001 at 9:52 pm
Dec 27, 2001 at 2:00 pm -
4
encoding
Hi all, I`ve implemented a callback function EMBPERL_INPUT_FUNC for encrypting the source code, but Embperl (1.3.3-dev) is calling it only for *.epl files and not for *.phtml files. What is wrong? ...Lukas Zapletal
Dec 7, 2001 at 10:53 am
Dec 13, 2001 at 8:56 am -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.4.tar.gz size: 356286 bytes md5: ...
Gerald Richter
Dec 5, 2001 at 8:29 am
Dec 5, 2001 at 8:37 pm -
Hi, I can't 'make test' Embperl, offline mode tests OK, but the modperl mode fails right on the first test. Modperl itself seems to work OK, bellow is %ENV and @INC from script running under ...
Robert
Dec 4, 2001 at 9:08 pm
Dec 5, 2001 at 9:07 am -
I'm sure this one was answered before but I couldn't find the answer.. [Sun Dec 30 23:18:39 2001] [error] Can't locate object method "hexhash" via package "MD5" (perhaps you forgot to load "MD5"?) at ...
Dimitri Ostapenko
Dec 31, 2001 at 1:19 pm
Jan 4, 2002 at 6:16 am -
I have the following code snippet, which is being migrated from 1.3.4 to 2.0b5: <DL [- $prev_page_id = 0 -] [$ while $figure = $query- fetchrow_hashref() $] [$ if $figure- {page_id} != $prev_page_id ...
Neil Gunton
Dec 19, 2001 at 8:46 pm
Dec 21, 2001 at 2:01 pm -
Hi! When I use [- require "test.pl"; -] test.pl = $lang{'test'} = "testing..."; 1; appeares only once when using [+ $lang{'test'} +] When realoading page $lang{'test'} seems to be empty. What am I ...
Jaak
Dec 19, 2001 at 6:44 pm
Dec 21, 2001 at 4:34 am -
Hi! When I tried something like [$ sub AUTOLOAD $] [$ endsub $] in Embperl page, it caused segfault to apache. Somehow, following works: [! package Foo; sub AUTOLOAD { # code } !] and in other page I ...
Neeme Vool
Dec 17, 2001 at 2:41 pm
Dec 18, 2001 at 7:02 pm -
If you don't have it, just download the source distribution (ftp://ftp.dev.ecos.de/pub/perl/embperl) and take it out of it. Just hit "reply all", instead of "reply" within your mail program Gerald ...
Gerald Richter
Dec 12, 2001 at 5:54 am
Dec 13, 2001 at 8:32 am -
Installed Embperl on Solaris 5.7 Apache 1.3.19 with File::Spec .8 (the latest File::Spec). I can seem to get a script to write a file but read never seems to happen. open (OUTPUT, "+< /tmp/emb.txt") ...
Bill OConnor
Dec 12, 2001 at 8:31 pm
Dec 12, 2001 at 11:55 pm -
DBIx::Recordset::SQLInsert(): return $self- do ("INSERT INTO $self- {'*Table'} ($fields) VALUES ($vals)") ; $self- {'*Table'} seems to be "table1,table2,table3" for each table in $self- Links. I ...
Angus Lees
Dec 10, 2001 at 5:05 am
Dec 11, 2001 at 7:47 am -
is there any way for dbix '!Filter' to get one field in the database to correspond to multiple keys in the assoc array, or vice versa? thanks, josh spoerri ...
Joshua Spoerri
Dec 5, 2001 at 4:08 pm
Dec 7, 2001 at 6:32 am -
2.0b4 has some problems with reloading. Please upgrade to Embperl 2.0b5, which is the newest 2.0 version. Gerald ------------------------------------------------------------- Gerald Richter ecos ...
Gerald Richter
Dec 20, 2001 at 8:05 pm
Dec 21, 2001 at 7:40 pm -
Hi! I have a little problem with my embedded perl HTML, it's losing a hour. Says 22:00 at 23:00. I has tried to find what makes this distance, but can't find out. I looked over documentations and ...
Vasarhelyi asd Daniel
Dec 12, 2001 at 10:41 pm
Dec 13, 2001 at 8:31 pm -
What am I overlooking here? My web pages don't show up with the debug info any more! [Apache 1.3.22, mod_perl 1.26, embperl 2.0b5] I also have some questions regarding config stuff below. They are in ...
Scott Chapman
Dec 13, 2001 at 4:07 pm
Dec 13, 2001 at 8:16 pm -
Installed Embperl on Solaris 5.7 Apache 1.3.19 with File::Spec .8 (the latest File::Spec). I can get a script to write a file but read never seems to happen. open (FILE, "/tmp/emb.txt") || die "open ...
Bill OConnor
Dec 12, 2001 at 9:53 pm
Dec 13, 2001 at 8:32 am -
Hello, I'm running under NT with the latest Active State PERL and Embperl binary distribution I am trying to get an embperl program to run under CGI. I have the following simple cgi program #! ...
Scott Marienski
Dec 11, 2001 at 6:29 am
Dec 11, 2001 at 8:48 am -
I just upgraded from 1.3.3 to 1.3.4. I have not changed any of my Apache config settings, but am now getting this error in my Apache log: [8659]SES: Embperl Session management DISABLED beause of ...
Neil Gunton
Dec 5, 2001 at 3:40 pm
Dec 6, 2001 at 2:29 pm -
Good day, [ I am not subscribed to the list. Please CC me in any replies. ] Sorry to bother you. I am new to Embperl. Maybe this has been addressed before, but I did not find it in the documentation, ...
Tom Johnes
Dec 31, 2001 at 1:19 pm
Jan 2, 2002 at 2:15 pm -
Has anyone made a situation where multiple files are to be uploaded from one browse/upload. Say a person had a directory full of files to be uploaded or could use a multiple select? Any ideas on how ...
Scott Chapman
Dec 27, 2001 at 12:07 am
Jan 2, 2002 at 2:11 pm -
I use an embperl program to make a small change to a MySQL database. The program performs the following steps: Connect Lock tables Select My Select statement had a bug in it, so the server returned ...
Jim Hamer
Dec 21, 2001 at 1:37 pm
Dec 21, 2001 at 7:42 pm -
apparently Begin() doesn't actually do anything.. This version calls dbh- begin_work, which temporarily turns off AutoCommit (until the next rollback/commit) and begins a transaction. If AutoCommit ...
Angus Lees
Dec 18, 2001 at 3:44 am
Dec 18, 2001 at 7:07 pm -
With the help of the group, I am now able to upload files to my server and get the orignal name of the file. What I do is then store the name of the file and the directory of where it is being placed ...
Boyd, David
Dec 18, 2001 at 2:25 pm
Dec 18, 2001 at 6:48 pm -
I've heard that a useful tool for debugging perl cgi scripts is to run them through ddd on a XWindows machine when the user calls the web page. Is this possible with Embperl? ...
Scott Chapman
Dec 13, 2001 at 7:03 pm
Dec 13, 2001 at 8:27 pm -
How can embperl log be turned the off? Removing all embperl log env did not work http.conf: SetEnv EMBPERL_DEBUG 1 SetEnv EMBPERL_OPTIONS 270352 PerlModule HTML::Embperl <Files *.epl SetHandler ...
Aldo Letellier
Dec 13, 2001 at 12:11 am
Dec 13, 2001 at 8:32 am -
I'm getting two sets of debugging links at the top of each page: Logfile / Source only / Eval only Logfile / Source only / Eval only What would cause this? (They work like they should). I'm running ...
Scott Chapman
Dec 11, 2001 at 6:45 pm
Dec 12, 2001 at 5:52 am -
Hi there! I want to make pdf files using htmldoc who convert html files on the server to pdf and send them to the browser but i can't use static html files. I build my pages dynamically with embperl ...
Louis Dufresne
Dec 10, 2001 at 11:02 pm
Dec 11, 2001 at 7:21 am -
just started using DBIx::Recordset Links with PostgreSQL and ran into a few problems: DBIx::Compat gives SupportSQLJoin = 0 for Pg. PostgreSQL 7.1 (at least) claims to fully support joins. ...
Angus Lees
Dec 10, 2001 at 3:48 am
Dec 10, 2001 at 9:06 am -
i'm using subquery-less mysql, and need to create a temporary table for some of my queries. is there any way to use dbix and _really_ arbitrary sql (create table ...; select ...) ? thanks, josh ...
Joshua Spoerri
Dec 5, 2001 at 3:47 pm
Dec 6, 2001 at 5:31 am -
Hi, I'm trying to learn how to use DBIx::Database object. My code starts with something like this $db = DBIx::Database- new({ '!DataSource' = "DBI:Pg:dbname=phl", '!Username' = 'postgres', '!DBIAttr' ...
Robert
Dec 3, 2001 at 9:10 pm
Dec 4, 2001 at 5:14 am -
Hi! I have an intranet system working with an integrated login using perl and Embperl's sessions management, storing the data in a MySQL database. Now I have some new PHP application that I want to ...
Leandro Lucarella
Dec 3, 2001 at 7:13 pm
Dec 3, 2001 at 10:52 pm -
Hi! Is it possible to use that apache's feature in EmbPerl? I have defined in httpd.conf AddLanguage en .en AddLanguage et .ee <IfModule mod_negotiation.c LanguagePriority et en </IfModule When I ...
Jaak
Dec 2, 2001 at 9:43 am
Dec 2, 2001 at 8:03 pm -
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Gerald Richter
Dec 24, 2001 at 9:33 am
Dec 24, 2001 at 9:33 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 41 |
posts | 145 |
users | 34 |
website | perl.apache.org |
34 users for December 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)