Search Discussions
-
I am trying to build a web site out of standalone pages that are called from a top level page. When I call a sub-page, they return immediately. How do I prevent this. For instance, I have a main page ...
Scott Chapman
Nov 8, 2001 at 11:07 pm
Nov 16, 2001 at 7:11 am -
Hi Sometimes I can retrieve data out of %udat, sometimes I can't. I tried adding domain and path environment variables to no avail. PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Semaphore" PerlSetEnv ...
Steve Fawcett1
Nov 12, 2001 at 2:46 pm
Nov 19, 2001 at 4:30 am -
I am trying to have the results of a ping displayed in the browser window in realtime. I read somewhere that embperl buffers the page before sending it. I ahve tried to disable this by setting ...
Webb, Trey
Nov 22, 2001 at 1:38 am
Nov 23, 2001 at 10:33 pm -
Hello All, This maybe a little off topic, but I thought I would ask anyway. I have a request by some of the user of the web site I have created to add some functionality of enabling a user to add an ...
Boyd, David
Nov 28, 2001 at 12:07 pm
Nov 29, 2001 at 5:20 am -
Has anyone else gone through the process of upgrading an EmbperlObject site from 1.3.x to the new 2.0b4? More details can be provided, but I thought I'd check and see first... I'm getting strange ...
Wim Kerkhoff
Nov 23, 2001 at 7:04 am
Nov 27, 2001 at 7:59 pm -
Gerald, I emailed the MHonArc list a while back (as you can see from the date on the original message), but I just got this response. The SPAMMODE documentation is at: ...
Neil Gunton
Nov 14, 2001 at 1:33 pm
Nov 15, 2001 at 8:56 pm -
Hey Gerald! You made a small mistake in the documentation: EMBPERL_INPUT_FUNC EXAMPLE for an input function which does just the same as Embperl sub Input { my ($r, $in, $mtime) = @_ ; open F, $r - ...
Lukas Zapletal
Nov 30, 2001 at 8:51 am
Dec 2, 2001 at 8:03 pm -
hi, i have problem with the URL encoding capabilities of embperl. assuming this code: [- $name = 'mein name'; $myhash = { t1 = 'hallo welt', t2 = 'umlaut ä' } -] [- $escmode = 0 -] <p <a ...
Thoren Johne
Nov 20, 2001 at 1:35 pm
Nov 22, 2001 at 2:03 am -
Is this a known bug: querying with primary keys ignores conditions for other fields ? for example: *i=DBIx::Recordset- Setup({ '!DataSource'= 'dbi:mysql:mydb', '!Table'= 'mytable', '!PrimKey'= 'a' ...
Joshua Spoerri
Nov 8, 2001 at 10:03 pm
Nov 14, 2001 at 11:18 pm -
Hi, I must be overlooking something very simple but what should I do with [- $fdat{xxx} = 'x"xx' -] <input name=xxx Embperl generates <input name=xxx value="x"xx" which is of course not exactly what ...
Robert
Nov 6, 2001 at 10:56 am
Nov 6, 2001 at 10:05 pm -
Hi, I wanted to say that Apache::ImageMagick is really cool (look at http://www.jalta.cz/ - all the previews and all the grafical page titles are generated automatically with AIM). Here're two ...
Robert
Nov 26, 2001 at 12:16 pm
Nov 27, 2001 at 3:44 pm -
Hello everyone, I have a question regarding DBIx::Recordset and it's ability to work with multiple tables. Here is my situation: 1. I have two tables one contains statistical info about users who ...
Alexei V. Alexandrov
Nov 16, 2001 at 11:22 am
Nov 19, 2001 at 4:50 am -
I'm going to report this as a "for what it's worth" report. I've spent many hours tracking it down, and I finally found a reasonable work around, but I haven't been able to create a simple ...
Kee Hinckley
Nov 15, 2001 at 2:14 am
Nov 16, 2001 at 7:01 am -
I'm sorry to bother the list again but I'm missing something here. I tried Andrew's suggestion and got it working some of the time and not some of the time (as if the caching of perl pseudo code was ...
Scott Chapman
Nov 8, 2001 at 2:10 am
Nov 8, 2001 at 10:46 pm -
If I have a user authenticate against a apache password file, how do I get the userid that is authenticated? I understand that environment variables are not a reliable way of doing this because they ...
Scott Chapman
Nov 5, 2001 at 5:05 pm
Nov 6, 2001 at 4:54 am -
Hello All. I have installed Embperl using the CPAN.pm, unfortunately it seem to have recognised that my Apache is mod-perl enabled, I would like to run it using embpcgi.pl. Seems as thought the ...
John Moylan
Nov 5, 2001 at 9:54 am
Nov 5, 2001 at 1:19 pm -
Hello everyone, Maybe it is not clear in the subject but let me explain my question. Here is what i want to do: The browser requests a page that does not actually exist and should be outputed ...
Alexei V. Alexandrov
Nov 30, 2001 at 11:23 am
Dec 2, 2001 at 8:03 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b4.tar.gz size: 507965 bytes md5: ...
Gerald Richter
Nov 20, 2001 at 4:52 pm
Nov 22, 2001 at 6:41 am -
Hi I am getting the error: "Can't use an undefined value as an ARRAY reference" on the following line: $rkdd = &unpack_kisam_record('QG','rtsco',$udat{rtscos}[$fdat{rtscode}]); However - if I insert ...
Steve Fawcett1
Nov 8, 2001 at 2:59 pm
Nov 8, 2001 at 3:23 pm -
Hello, I have a problem with using Embperl::Mail, all email are sent without content-type char-set info, that causes bad recognition other than us-ascii characters. I have tried do something with ...
Jan Kyncl
Nov 7, 2001 at 9:39 pm
Nov 8, 2001 at 6:57 am -
Subroutine scope question here I think. I'm not sure how to solve this: mail embperl file (/wwww/htdocs/new_review.epl): [- Execute ('subs.epl'); . . . log_event ('event that happened','information ...
Scott Chapman
Nov 6, 2001 at 5:31 pm
Nov 6, 2001 at 10:42 pm -
I have this line in my Embperl code, calling on a routine defined in constants.epl in EmbperlObject. if ($req- {check_email_addr} ($fdat{User_Email})) { I get this error back: [515]ERR: 24: Line 9: ...
Scott Chapman
Nov 21, 2001 at 10:24 pm
Nov 22, 2001 at 4:35 am -
1
Sessions
Hi All, I have asked similar questions to this before, but I am not getting the desired behaviour out of my Embperl (2.0b3) sessions. I have written my own PerlHandler for authorisation which uses ...Alan milligan
Nov 19, 2001 at 10:02 am
Nov 20, 2001 at 4:52 pm -
Hello Gerald, thanks for your answer. I had already added the following lines to my apache config file, I believe this should be fine, or? SetEnv EMBPERL_DEBUG 2285 <Files *.epl SetHandler ...
Peter Schuberth
Nov 19, 2001 at 4:15 am
Nov 19, 2001 at 4:28 am -
Hello, I am using Embperl together with DBI and DBIx-Recordset. Everything was working just fine, than I had to reinstall the Server (Linux). Now all my Embperl Pages which are using the DBI or ...
Peter Schuberth
Nov 17, 2001 at 11:45 am
Nov 17, 2001 at 5:10 pm -
Hello, How does one do a select count(*) using dbix? I would just use the underlying dbi, but it would nice to keep Links and Filters. Thanks in advance, Josh ...
Joshua Spoerri
Nov 14, 2001 at 11:18 pm
Nov 15, 2001 at 8:32 pm -
is there any mechanism to do fancier table linking without resorting to sql? for example: a.b_id links to b.id, but table b is a log, so it should be: where whatever and a.b_id = b.id and b.date = ...
Joshua Spoerri
Nov 12, 2001 at 5:14 pm
Nov 13, 2001 at 5:20 am -
Hi, In DBIx::Recordset and MySQL , how can put the LIMIT 0,10 command in Select sitnaxis ? Select : $$SETMESSAGECONTROL- Select ( { 'status' = $STATUS }); Thanks in advance. ...
Mtoro
Nov 12, 2001 at 5:47 pm
Nov 12, 2001 at 11:43 pm -
Hello, This is probably a very dumb question, I'm fairly new to mod_perl, so please excuse me if it's very obvious. I'd like to use EmbperlObject to login a user that's coming to my website. I don't ...
Sam Michel
Nov 7, 2001 at 11:55 am
Nov 7, 2001 at 10:17 pm -
Hi, I find myself with a very complicated Postgresql environment, and I am sure I am suffering lock contentions on different connections, however, I am struggling to get the postmaster process to ...
Alan milligan
Nov 6, 2001 at 4:50 am
Nov 6, 2001 at 5:08 am -
On http://perl.apache.org/embperl/Embperl.pod.6.html#_http_headers_out_only_1_2b10_a the section ends with 'See also META HTTP-EQUIV='. Is this some specific embperl META HTTP-EQUIV= documentation, ...
Ed Grimm
Nov 5, 2001 at 10:41 pm
Nov 6, 2001 at 4:51 am -
Hi, I'd like to retrieve a full list of values passed to an Embperl page. However, fields which were empty do not appear defined in %fdat, and I clearly see that there were passed by browser as they ...
Vladimir Ivaschenko
Nov 5, 2001 at 10:41 pm
Nov 5, 2001 at 10:56 pm -
Hi! Which is more expensive (memory and processing time) I want to use some functions on two pages, but one, say A is very rarely executed, B is very heavily. Is it better to have embperl subs in B ...
Neeme Vool
Nov 1, 2001 at 3:44 pm
Nov 1, 2001 at 4:35 pm -
Hi! Sorry for offtopic question but... Is there some good forum system written in embperl and GPL licenced? Thanks. --------------------------------------------------------------------- To ...
Jaak
Nov 29, 2001 at 5:04 pm
Nov 29, 2001 at 5:04 pm -
I was referring to the browser-back button....... For any reason it never made it to the list, please make sure you send further questions to the list and not to me privately Do you mean the browser ...
Vivek T Sivagiri
Nov 27, 2001 at 1:58 pm
Nov 27, 2001 at 1:58 pm -
From: "Gerald Richter" <richter@ecos.de --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, ...
Gerald Richter
Nov 27, 2001 at 12:12 pm
Nov 27, 2001 at 12:12 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/image/Apache-ImageMagick-2.0b5.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-ImageMagick-2.0b5.tar.gz size: 10734 bytes md5: ...
Gerald Richter
Nov 27, 2001 at 11:59 am
Nov 27, 2001 at 11:59 am -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b5.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b5.tar.gz size: 506804 bytes md5: ...
Gerald Richter
Nov 27, 2001 at 11:28 am
Nov 27, 2001 at 11:28 am -
hi, I don't kinow if this is waht you are looking for but I use this code for the last modified bit [#get the lastmodified date...#] [- use POSIX; $modified_date = (stat($0))[9]; $modified_date = ...
Mayr
Nov 27, 2001 at 10:16 am
Nov 27, 2001 at 10:16 am -
Hi! I browsed embPerl archives and found that [+ localtime(($req_rec- finfo)[9]); +] is the best way to display last modified information. But I get: Thu Jan 1 03:00:00 1970. I think $req_rec doesn't ...
Jaak
Nov 27, 2001 at 10:10 am
Nov 27, 2001 at 10:10 am -
Hi, I guess lots of people need to create multilingual web pages, but I don't remember any discussion about how to do it best in Embperl. Here I describe my solution and a couple of comments, please ...
Robert
Nov 26, 2001 at 11:53 am
Nov 26, 2001 at 11:53 am -
... It's in the XS code and this function is the one that does the whole work. If a error occurs in the C part of Embperl, that Perl can't assign to a file and line, it gives Embperl.pm 745, because ...
Gerald Richter
Nov 22, 2001 at 4:49 am
Nov 22, 2001 at 4:49 am -
The URL ftp://ftp.dev.ecos.de/pub/perl/session/Apache-SessionX-2.00b3.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-SessionX-2.00b3.tar.gz size: 11701 bytes md5: ...
Gerald Richter
Nov 20, 2001 at 4:31 pm
Nov 20, 2001 at 4:31 pm -
Gerald, Of course, I should have waited a bit before sending that script off... Here's a better version. It strips out the mailto: link completely. Let me know if does anything stupid... ...
Neil Gunton
Nov 15, 2001 at 9:09 pm
Nov 15, 2001 at 9:09 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 44 |
posts | 163 |
users | 34 |
website | perl.apache.org |
34 users for November 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)