Search Discussions
-
Hello Wise Ones On The Hill, I have read all installation instructions for Embperl several times and followed them. So many release changes, so many change notices....God I love it. I am running ...
Bruce G. Williams
Feb 13, 2003 at 3:35 am
Jun 13, 2003 at 4:07 am -
Hi, Is there a binary build of Embperl for Win32 version og Apache2 and mod_perl 2? Thanks! Best Regards, Peter Pan http://autozine.kyul.net/classic/mercedes.htm
Peter Pan
Feb 3, 2003 at 2:02 pm
Feb 12, 2003 at 11:18 pm -
Hi list! I have to output a html table in some of my embperl pages which always looks the same but the data is slightly different. My approch was to write a small sub which takes the array with the ...
Alexander Hartmaier
Feb 19, 2003 at 2:06 pm
Feb 19, 2003 at 9:03 pm -
Hi, I tried to install Embperl 2.08b on Win/2000 with Apache 2.0 and ActivePerl-5.8.0.804-MSWin32-x86.msi. I was asked where Apache source is and don't know how to answer it, because I have entire ...
Peter Pan
Feb 3, 2003 at 2:01 pm
Feb 3, 2003 at 5:29 pm -
[$ var $x $] [- $x = 'name=x' -] <select [+ $x +] <option value=y z</option </select yields: Error in Perl code: Global symbol "$_ep_selectname" requires explicit package name at line 4. it can be ...
Joshua Spoerri
Feb 26, 2003 at 7:08 pm
Apr 18, 2003 at 1:19 am -
Hi again! I made a mistake at the variable passing ;-) Now this works: sub interface_list (@) { my @interfacelist = $_[0]; . . . } But it's still outputted at the end of the page instead of where I ...
Alexander Hartmaier
Feb 19, 2003 at 5:35 pm
Feb 21, 2003 at 2:07 am -
Hi, I am trying to create a new HTML tag <EPIMG ... to be interpreted by Embperl as follows: I want <EPIMG SRC="foobar.gif" otherattrs=blah... to be replaced with: <IMG SRC="foobar.gif" WIDTH=x ...
Yatin Chawathe
Feb 14, 2003 at 2:02 am
Feb 14, 2003 at 10:09 pm -
I'm trying to install Embperl, but I walk into this: [12940]ERR: 24: Error in Perl code: Undefined subroutine &Apache::SessionX::Generate::MD5::generate called at ...
Michiel Muhlenbaumer
Feb 9, 2003 at 8:33 am
Feb 11, 2003 at 8:46 pm -
I've been attempting to get Embperl installed for the past few days, but it continues to segfault when an Embperl page is loaded. I've traced the code as far as I'm able, and I'm hoping someone here ...
Robert Norris
Feb 24, 2003 at 12:04 am
Mar 3, 2003 at 9:27 pm -
Hi! Because I use a hash instead of an array now I've got the problem that sorting with an ORDER BY sql statement is useless ;_((( I don't want to loose the pros of using a hash (i can reference an ...
Alexander Hartmaier
Feb 21, 2003 at 12:02 pm
Feb 22, 2003 at 11:17 am -
hi, since i compiled my apache new (with mod_bandwidth support), and recompilation of Emberp of cause, i get the following error: [Tue Feb 4 19:15:16 2003] [error] Can't locate Apache/compat.pm in ...
Thoren Johne
Feb 4, 2003 at 6:16 pm
Feb 9, 2003 at 5:07 pm -
Hi How can I determine if a checkbox is checked or not? Yes, checkbox name is on the web-address (if it's checked) but it has no value so it's not in %fdat. Example: 1) <input type=checkbox checked ...
Ville Jungman
Feb 4, 2003 at 7:41 pm
Feb 5, 2003 at 12:20 pm -
Given: for (1 .. 2) { $fdat{'arg'} = $_; Execute ({inputfile = 'getCalendar.htm', recipe = 'EmbperlLibXSLT', xsltstylesheet = 'xsl/small_cal.xsl'}); } The versions: Embperl 2.0b8, perl 5.6.1, apache ...
Jarrod Stenberg
Feb 20, 2003 at 3:52 pm
Feb 21, 2003 at 6:42 am -
I'am trying to install Embperl-2.0b8 onto RedHat 8.0, using Perl 5.8, mod_perl-1.99_08 and apache 2.0.43. Apache and mod_perl is already installed the later as DSO and I have the apache sources ...
Attila Raffai
Feb 20, 2003 at 1:05 am
Feb 20, 2003 at 9:53 pm -
Hi, Can must_contain_one_of contain a range of characters? If so, how? I.e, A-Z, a-z, etc, much like a regex? Should I just use a regex? Which is best? Justin ...
Justin Harrison
Feb 19, 2003 at 11:23 am
Feb 20, 2003 at 9:50 pm -
What does everyone think about allowing special handling of !Table and !TabRelation for inserts? For example, ignoring all but the first table? Or maybe even performing a separate insert for each ...
Joshua Spoerri
Feb 18, 2003 at 8:43 pm
Feb 20, 2003 at 9:31 pm -
Hi I've developed an application using apache server release 1.3.26, mod_perl 1.27_01-dev and HTML-Embperl release 1.3.4. My application connects to an Oracle 8i database. To go from one page to ...
David, Patrick
Feb 12, 2003 at 6:47 pm
Feb 12, 2003 at 11:24 pm -
Hi I've developed an application using apache server release 1.3.26, mod_perl 1.27_01-dev and HTML-Embperl release 1.3.4. My application connects to an Oracle 8i database. To go from one page to ...
David, Patrick
Feb 12, 2003 at 6:50 pm
Feb 12, 2003 at 11:22 pm -
Hi list, I have two modules with cross dependency. Some of type: package p1; BEGIN { use Exporter (); our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); # set the version for version checking ...
Maurício Amorim
Feb 10, 2003 at 1:39 am
Feb 12, 2003 at 11:05 pm -
Hi I have installed Mod Perl 1.27_01 along with Apache 1.3.27 and PHP 4.2.3 on a Win2000 system. Do I need to download a specific EMBPerl module? At the moment cgi scripts work fine, but embedded ...
Kyle Harbinson
Feb 1, 2003 at 10:28 pm
Feb 5, 2003 at 4:36 am -
I want my debug output to go in the same place as my Postgresql log file so they are chronologically mingled. I have a req- dbug routine that appends info to a text file but it opens and closes the ...
Scott Chapman
Feb 4, 2003 at 11:35 pm
Feb 5, 2003 at 4:30 am -
I'm currently running Embperl 1.3.5, Perl 5.8.0, and modPerl 1.27. Anytime I do a page request, the following block appears in my embperl log file: [11073]CUP: Error while closing ...
Peter M. Luichinger
Feb 3, 2003 at 6:22 pm
Feb 5, 2003 at 4:21 am -
Hi! Thanks a lot gus!!!!!!!!! I've rewritten the whole thing yesterday to use a hash instead of an array. Know I use this statement to get my hashref: $ref_interfacelist = $dbh- ...
Alexander Hartmaier
Feb 21, 2003 at 9:48 am
Feb 21, 2003 at 9:48 am -
This is the last piece in my implementation. If anyone can help with how to debug this or what is wrong with my configuration, I'd really appreciate it! I'm trying DBI::Auth against a Postgresql ...
Scott Chapman
Feb 19, 2003 at 6:50 pm
Feb 19, 2003 at 6:50 pm -
Version 1.0 of CGI::Application::Generator is now available via CPAN! Download site for CGI::Application::Generator: http://search.cpan.org/search?dist=CGI-Application-Generator CHANGES SINCE VERSION ...
Jesse Erlbaum
Feb 19, 2003 at 1:04 pm
Feb 19, 2003 at 1:04 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.6.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.6.tar.gz size: 357623 bytes md5: ...
Gerald Richter
Feb 15, 2003 at 7:44 pm
Feb 15, 2003 at 7:44 pm -
Version 3.0 of CGI::Application is now available via CPAN! Download site for CGI::Application: http://www.cpan.org/authors/id/J/JE/JERLBAUM/ CHANGES SINCE VERSION 2.5: - Changed the run() method to ...
Jesse Erlbaum
Feb 3, 2003 at 2:01 pm
Feb 3, 2003 at 2:01 pm -
Hi , i dunno if its a mod_perl or Embperl issue. the default permission with which files are craeted by the httpd process is 600 (-rw------) i want it to be 644 (-rw-r--r--) . when i print the value ...
Rajesh Kumar Mallah
Feb 2, 2003 at 2:51 pm
Feb 2, 2003 at 2:51 pm -
There seems to be a bug in Embperl 2.0b8 where the second and subsequent attempts to set $escmode without any normal intervening output are ignored. Here's an example of the problem. The following ...
David Hull
Feb 1, 2003 at 10:28 pm
Feb 1, 2003 at 10:28 pm
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 29 |
posts | 88 |
users | 31 |
website | perl.apache.org |
31 users for February 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)