Search Discussions
-
Hi Gerald, still testing 2.0b9 on my crazyguyonabike codebase - good news, a few pages now seem to work, so progress being made! However, one of my pages caused my machine to lock up completely - ...
Neil Gunton
Jul 2, 2003 at 6:21 pm
Feb 2, 2004 at 7:29 pm -
Hi, I have the following code: [- $verify = Execute ({'object' = '/.../code.pm',syntax = 'Perl'}); -] Inside code.pm: sub code_form_input_errors { use Embperl::Form::Validate; use lib '/.../code'; ...
Justin Harrison
Jul 26, 2003 at 7:13 pm
Nov 26, 2003 at 12:00 pm -
Hi: I am getting this message: Set EMBPERL_SESSION_HANDLER_CLASS to 'no' to avoid this message In embperl 1.3.x i edited file embperl.pm and set the value but in embperl2.0 it does not seems to work. ...
Ckassab
Jul 10, 2003 at 8:43 pm
Jul 15, 2003 at 3:18 pm -
Is it possible, that Embperl automatically fills out the html formular fields and takes the values from %fdat or %idat ? The following example does not to work either with %idat or %fdat I don't want ...
Harald Becker
Jul 17, 2003 at 6:11 pm
Jul 18, 2003 at 4:36 am -
Hi, today I tried to migrate from Embperl 1.3.6 with apache 1.3.27 to apache 2.0.40-21.3 (from RedHat 9) plus mod_perl 1.99_09 and Embperl 2.0b9. First, everything seems to work well. I made a test ...
Torsten Luettgert
Jul 21, 2003 at 3:12 pm
Aug 10, 2003 at 6:23 pm -
Hi, In one of my pages I have a block at the top that calls a custom package I've created. This package returns a reference to a hash of hashes. This page has two output blocks. Each loops over one ...
Cameron B. Prince
Jul 17, 2003 at 4:46 pm
Jul 17, 2003 at 8:15 pm -
Hi! I had an subroutine which used IPC::Open3, now I understand that IPC::Open3 is no good when you use it with modperl/embperl and heard that I should use IPC::Run3 instead although when using that ...
Stefan Cars
Jul 4, 2003 at 9:51 am
Jul 9, 2003 at 11:53 am -
... I think this is important because porting html pages with emberl code from a 1.3.3 site to a 2.0b3 site can be tedious if you have to add [$ if $row == 1 $] ... blocks to a lot of pages. best ...
Knut Behrends
Jul 3, 2003 at 12:29 pm
Jul 6, 2003 at 11:10 am -
Hi, I have a page that has a form with multiple submit buttons. Two of the buttons should and do only cause the page to refresh. The third button however, needs to cause the browser to load a ...
Cameron B. Prince
Jul 24, 2003 at 3:45 pm
Aug 3, 2003 at 6:48 pm -
Running into an error when I try to start apache. It seems that I have an older version of epapinit.c installed, but I can't seem to find an HTML::Embperl distribution that provides a more current ...
Richard Schilling
Jul 22, 2003 at 11:22 pm
Aug 3, 2003 at 6:15 pm -
Hi list, I want to compress the output of the calculated page with gzip. I changed the epocgi.pl with a few lines. There is no problem to compress the output, But I also want to use the cookie ...
Harald Becker
Jul 14, 2003 at 11:19 pm
Jul 17, 2003 at 7:39 pm -
Hi, is there any trick how to get statically linked modperl and embperl 2b9 working together? perl Makefile.pl asks for path to libperl.so that doesn't exist... - R. ...
Robert
Jul 5, 2003 at 7:55 am
Jul 5, 2003 at 11:33 am -
As I'm building HTML::Embperl from CVS source, I've taken note of some PERL module dependencies. I've been installing on a clean Solaris Box. Didn't see these listed anywhere so I thought I would go ...
Richard Schilling
Jul 22, 2003 at 11:20 pm
Aug 3, 2003 at 6:12 pm -
Hi, sorry for my begginer question , i have this code 1 open (F , 'my_file') or die 2 @lines = <F On line 2 embperl return error "syntax error" . Why ? And when I need open new file " open (F , ' ...
Radovan Petrík
Jul 30, 2003 at 9:04 am
Jul 30, 2003 at 12:36 pm -
I've developed a small package that compress the output stream of Embperl::Object as a replacement of epocgi.pl. You can use it like epocgi.pl. Maybe its usefull :) It could be found under: ...
Harald Becker
Jul 17, 2003 at 7:59 pm
Jul 18, 2003 at 12:25 pm -
Hi all, My problem is, I need to set 0 in some input tag instead of empty string as Embperl does it. I found option $optAllFormData and tried to set it in the http config file: PerlModule Embperl ...
Michael Stepanov
Jul 17, 2003 at 3:33 pm
Jul 18, 2003 at 9:36 am -
Hi list, I developed an site in Embperl for documents version controls. This site run in Linux (RedHat). After 2 weeks the message Out of memory is displayed in console of Linux and I had that ...
Maurício Amorim
Jul 4, 2003 at 6:40 pm
Jul 5, 2003 at 11:20 pm -
Hi, I am using Embperl Validation for form fields. One field has a set of radio buttons, all with the same name, but different values. I'd like to ensure that at least one of them is clicked. I am ...
Justin Harrison
Jul 29, 2003 at 10:12 pm
Aug 3, 2003 at 7:00 pm -
I notice the body of xs/Embperl/App/App.xs:Embperl__App_destroy() is commented out in the 2.0b9 release. Is this some left over debugging or is there some problem with this (auto-generated) function? ...
Angus Lees
Jul 29, 2003 at 3:04 am
Aug 3, 2003 at 6:57 pm -
I'm trying to build HTML::Embperl from the CVS distribution. I can't get xs_generate.pl to find the file FunctionTable.pm: $ cd xsbuilder $ perl ./xs_generate.pl Parse ...
Richard Schilling
Jul 22, 2003 at 10:38 pm
Aug 3, 2003 at 6:08 pm -
Hi all: Somebody knows what is the configuration for best performance to workt wiht embperl2and IIS? Thank you in advance for your help Carlos Kassab ...
Ckassab
Jul 21, 2003 at 4:08 am
Aug 3, 2003 at 6:00 pm -
1
%sdat
Hi! What happend to %sdat in version 2 ? /S --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, ...Stefan Cars
Jul 16, 2003 at 9:50 am
Jul 17, 2003 at 7:39 pm -
Hi: I am using cgi mode to develop but i am gettin this message "use of uninitialized value". Do you know how can i disable this message? Thank you in advance Carlos Kassab ...
Ckassab
Jul 10, 2003 at 8:41 pm
Jul 11, 2003 at 7:04 am -
Hi all, I am using EmbPerl in cgi mode via embpcgi.pl and hiding most of the Perl code as subroutines in a .pm package. Is there anyway to configure EmbPerl so that %udat and %fdat are always ...
Hoenie Luk
Jul 5, 2003 at 8:48 pm
Jul 11, 2003 at 6:40 am -
Hi, My problem is that I get no output from this. " [- use My::Module; my $dat=GetSomeStuff($req- {dbh}); #returns reference to array of arrays (result of selectall_arrayref) # If I uncomment this I ...
Andy Crichton
Jul 9, 2003 at 1:51 pm
Jul 9, 2003 at 1:55 pm -
Hi again Gerald, Possible new bug for you in 2.0b9, relating to Embperl::Object. I have the following (just the relevant bits included here): base.epl: $global = shift; $global- {core} = Execute ...
Neil Gunton
Jul 2, 2003 at 2:43 pm
Jul 2, 2003 at 3:55 pm -
HI all: I am testing ebmperl object 2.0b9 ( this time i spelled ok :-) ) i have a subroutine that in some side of this is executing the next: print OUT "Task duplicated"; $fdat{taskid} = ...
Carlos
Jul 1, 2003 at 1:51 pm
Jul 2, 2003 at 3:50 am -
Hi all: This version is mainly a maintenance release but it contains some enhancements overthe previos version 1.1. Everybody using EplSite 1.1 is encouraged to upgrade. You can see the complete news ...
Ckassab
Jul 7, 2003 at 4:42 am
Jul 7, 2003 at 4:42 am -
In the current mod_perl 1 cvs repository there's now a workaround that allows mod_perl 1 to compile against Win32 ActivePerl 8xx and Apache/1.3. I've put up a ppm package of this under ...
Randy Kobes
Jul 6, 2003 at 5:49 am
Jul 6, 2003 at 5:49 am -
Hi: This email is to tell you that there is a first site that now is using EplSite as a portalsystem in CGI mode. You can visit the site here: http://www.kapig.com.mx/ Carlos Kassab ...
Ckassab
Jul 5, 2003 at 11:35 pm
Jul 5, 2003 at 11:35 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 30 |
posts | 111 |
users | 29 |
website | perl.apache.org |
29 users for July 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)