Search Discussions
-
I know nobody ask for it but i would want to say my wishes. - Embperlobject is great but, is it posible to have for embperl 2 the feature to call subs from other files without using embperl object? ...
Ckassab
Aug 3, 2003 at 5:37 am
Aug 11, 2003 at 3:38 am -
I have an Embperl question that hopefully someone can help me solve. Bear with me, I'll try to illustrate the problem. I run apache mod_perl with Embperl 1.3.4. I realize this is the old version, but ...
Brian Burke
Aug 28, 2003 at 7:22 pm
Sep 4, 2003 at 2:33 pm -
Hi, I ran into a problem (embperl-pages are not loaded completely if using a proxy) which might be related to a strange Content-Length. Look at this: --snip-- HTTP/1.1 200 OK Date: Fri, 22 Aug 2003 ...
Rainer Perl
Aug 22, 2003 at 11:51 am
Aug 29, 2003 at 4:00 pm -
Running 1.x. I want to load a perl module (Execute('*') with import set to 0) and then later in the routine call $this- process(). In normal perl code I would do this: try { $this- ...
Kee Hinckley
Aug 15, 2003 at 4:18 am
Aug 18, 2003 at 3:55 am -
Hi, What is the best way to debug segmentation faults? Randomly all of my apache children are segfaulting. I am fairly certain this is due to some Embperl code being ran, but I don't know where to ...
Justin Harrison
Aug 4, 2003 at 11:55 pm
Aug 11, 2003 at 8:40 am -
Hi list, I am with an strange comportment in my epl file. I have an epl file that mount an screen for download of files and when the user click "quit" button (after user download an file), the same ...
Maurício Amorim
Aug 16, 2003 at 4:20 am
Aug 17, 2003 at 4:59 pm -
I am trying to build some html, store it in a variable and then just output it later in the page. But it translates my < and into the html entities. I read the syntax page and i thought i understood ...
Girardot
Aug 14, 2003 at 5:05 pm
Aug 14, 2003 at 5:47 pm -
Hi , I have two scripts. base.htm index.htm ---------- index.htm : [- sub test { return 'wellcome'; } -] base.htm : [- Execute ({inputfile = '*' , import = 1 }) -] [+ test () +] When I run index.htm ...
Radovan Petrík
Aug 6, 2003 at 9:12 am
Aug 10, 2003 at 6:36 pm -
Hi: Reading the Perl documentation i found that if i declare muy subs like this: $globalp- {mytitle} = sub { my $title = shift; print OUT "$title"; }; The sub is assigned to the variable $globalp- ...
Ckassab
Aug 5, 2003 at 4:46 am
Aug 10, 2003 at 6:34 pm -
Hi: I found one way to get global subs in embperl. This is not the best way to do it but it works. The best solution is that embperl handle this. The bad news with this way to get global subs is that ...
Ckassab
Aug 4, 2003 at 10:07 am
Aug 10, 2003 at 6:20 pm -
Hi , I have problem with this code. [- $tmp =~ /(*)/ -] What is wrong ? Thanks, Rado. --------------------------------------------------------------------- To unsubscribe, e-mail: ...
Radovan Petrík
Aug 6, 2003 at 7:41 am
Aug 6, 2003 at 8:21 am -
Is it possible to chain Linked tables? I would like to do $A{-B}{-C}{someFieldOnC} but the link from table B to table C is not automatically detectable. Thanks in advance, Josh ...
Joshua Spoerri
Aug 1, 2003 at 12:44 am
Aug 4, 2003 at 3:38 am -
Hello, Has anyone build a forums program that is powered by EMBPerl? Also, I noticed that there is now a free Ad Server that is powered by PHP and PostgreSQL. Is there anything similar developed with ...
Neal Gamradt
Aug 30, 2003 at 6:44 pm
Sep 17, 2003 at 5:11 am -
I was rather startled when I tried to do this in my EmbperlObject template. if ($serviceitem- {status} eq 'CLOSED') { SWC::WebUtil::RedirectTemp( ($ENV{HTTPS} ? 'https' : 'http') . ...
Kee Hinckley
Aug 22, 2003 at 8:34 pm
Aug 25, 2003 at 5:40 am -
Ran into a funny little thing. In HTML::Embperl 2.0b5, the default behavior for spaceship operators requires the use of '\': @f = \<INPUTFILE ; otherwise the data is not read. In Embperl 2.0b9, the ...
Richard Schilling
Aug 10, 2003 at 4:56 pm
Aug 10, 2003 at 7:58 pm -
1
Magic
This isn't a bug. HTML::Embperl is doing exactly what I want, and maybe my problem is simply too little sleep. But could someone please explain to me *how* it's managing to do this? I have an ...Kee Hinckley
Aug 8, 2003 at 8:49 pm
Aug 10, 2003 at 6:46 pm -
Hello, When I restart Apache, to enable sesseion management, I get this kind of error meassage in the embperl.log: [108]ERR: 66: Embperl Session handling DISABLED because of the following error: ...
Bengt Rasmusson
Aug 7, 2003 at 5:55 am
Aug 10, 2003 at 6:42 pm -
Hi List! I've got a problem with passing form data. The webpage shows all available radius users, interfaces or webserver statistics (depending on the cgi var 'grouptable') and the user can check all ...
Alexander Hartmaier
Aug 5, 2003 at 3:50 pm
Aug 5, 2003 at 3:56 pm -
Was reading through the documentation, and don't see too much detail on the exact differences between [! !] and [- -]. I see that [! !] runs the code block once. But, it's unclear what "once" means. ...
Richard Schilling
Aug 2, 2003 at 2:54 am
Aug 3, 2003 at 7:06 pm -
I have the following tables: mysql describe authors; describe titles; describe titleauthors; +----------+-------------+------+-----+---------+-------+ ...
Terrence Brannon
Aug 27, 2003 at 11:44 pm
Aug 27, 2003 at 11:44 pm -
Manasranjan parida
Aug 22, 2003 at 8:49 am
Aug 22, 2003 at 8:49 am -
I forgot to mention that I gave an introductory talk on Embperl 2 at my local LUG (Sydney) last month. I've been asked to repeat it at this month's ACS "Open Source SIG" meeting, if anyone's ...
Angus Lees
Aug 14, 2003 at 1:18 am
Aug 14, 2003 at 1:18 am -
Excellent, thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: ...
Joshua Spoerri
Aug 10, 2003 at 10:52 pm
Aug 10, 2003 at 10:52 pm -
NOTE: Excuse the crappy formatting. But seeing it mentions Embperl I thought this would be of interest. Begin forwarded message: Date: Fri, 8 Aug 2003 11:53:43 +0800 From: Linux Jobs ...
David Lloyd
Aug 8, 2003 at 10:07 am
Aug 8, 2003 at 10:07 am -
Hi! THX for the help...I was looking hours for a solution! Now it works =) Alex tbriles@loopone.com (Tom Briles) am 05.08.2003 17:56:04 An: Alexander.Hartmaier@t-systems.at (Alexander Hartmaier), ...
Alexander Hartmaier
Aug 6, 2003 at 8:27 am
Aug 6, 2003 at 8:27 am -
Hi all: I have been playing with embperl syntax and i found something funny. If you see the file below, i am using embperl with asp syntax, it could be great for ASP people trying to develop ...
Ckassab
Aug 3, 2003 at 5:30 pm
Aug 3, 2003 at 5:30 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 26 |
posts | 91 |
users | 27 |
website | perl.apache.org |
27 users for August 2003
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)