Search Discussions
-
I have a clean running system with HTML::Embperl. I've installed Embperl 2.0b6. So far so good. Then I add: PerlModule Embperl to my config file, but change nothing else. Now when I access an ...
Kee Hinckley
Mar 19, 2002 at 3:38 pm
Mar 22, 2002 at 4:32 pm -
Hi! I tried to install 2.0b6 but got some problems with it. The release notes say but there are still several references to HTML::Embperl in 2.0b6 and now I get some error messages like "Can't locate ...
Jochen Topf
Mar 18, 2002 at 10:14 am
Mar 20, 2002 at 10:49 pm -
I'm posting this to the modperl list as well as embperl in hope that someone there can answer some questions. I've been trying to get the latest Embperl beta working on MacOS X (although apparently ...
Kee Hinckley
Mar 22, 2002 at 4:17 pm
May 27, 2002 at 12:47 pm -
I get this error when trying to store something using Storable and this is working fine elsewhere in my code. I'm not storing any CODE items that I'm aware of! [849]ERR: 24: Error in Perl code: Can't ...
Scott Chapman
Mar 14, 2002 at 5:09 pm
Mar 19, 2002 at 4:38 pm -
I'm having a problem with a file upload when the "read" function is in an embperl fragment called by the "Execute" method. Here's a simplified version of my main file: ...
Michael Boudreau
Mar 18, 2002 at 4:30 pm
Mar 19, 2002 at 4:46 pm -
Currently Embperl 2.0 Beta 6 requires xalan to be compiled from sources. xalan is not only a big download, but also takes a long time to compile. I've modified driver/epxalan.MAKEPL, so that it will ...
Wim Kerkhoff
Mar 15, 2002 at 6:55 am
Mar 17, 2002 at 1:59 pm -
It sometimes scares me how popular PHP has become. Aside from not being thrilled with it in general (bastardized Perl with a weak architecture), I also don't want to be stuck using a templating ...
Kee Hinckley
Mar 13, 2002 at 9:55 pm
Mar 14, 2002 at 2:54 pm -
I'm trying to make a set of pages to browse through directories on an SMB share. I grabbed the Filesys::SmbClient module from CPAN and set up a quick login-and-list-files test. Filesys::SmbClient ...
Earwig
Mar 26, 2002 at 2:17 am
Apr 7, 2002 at 11:15 pm -
Hi, I'm using embperl 2.0 b5 Not sure if this is a bug or what, but it never seemed to occor in 1.x releases. It seems that entering a '=' inside an input item screws up %fdat when processed. ...
Patrick Tully
Mar 4, 2002 at 9:49 pm
Mar 21, 2002 at 10:54 pm -
When using virtual hosts the configuration without PerlSetEnv doesn't work properly: If I do this for several virtual hosts, everything is ok: ------------- <VirtualHost XXX DocumentRoot XXX ... ...
Jochen Topf
Mar 19, 2002 at 3:35 pm
Mar 21, 2002 at 2:40 pm -
Hi all, I just installed new Embperl 2.0b6. Great work !!! Thanks anyway Gerald There are some of my observations /maybe possible bugs or my misunderstanding/ 1) Using embperl:syntax with other than ...
Jan Kyncl
Mar 14, 2002 at 10:53 am
Mar 15, 2002 at 7:57 pm -
Hi all, Just finished a first draft of how to get embperl running as a CGI under IIS. Comments/corrections very welcome - see the attached text file. Randy Kobes - is there any chance of getting a ...
Andrew O'Brien
Mar 20, 2002 at 4:26 am
Mar 20, 2002 at 3:21 pm -
There are some User-Agents that keep hitting my site, and they're driving me up the wall. They seem to be spambots of some kind, since they always come in looking for the same page and, if allowed, ...
Neil Gunton
Mar 13, 2002 at 7:08 pm
Mar 13, 2002 at 9:24 pm -
Our main ISP just upgraded their Embperl to 2.0b4 without telling us - :-( Unfortunately, nearly all our code is in the form: [+ some_statememt(); +] so it breaks because of the semicolon. We have ...
Chris Allen
Mar 25, 2002 at 3:02 pm
Mar 25, 2002 at 6:52 pm -
When not using 'EMBPERL_OBJECT_FALLBACK' an error code 500 is returned instead of 404. When using 'EMBPERL_OBJECT_FALLBACK' success (200) is returned instead of 404. Is there a way to get the normal ...
Jochen Topf
Mar 21, 2002 at 1:33 pm
Mar 22, 2002 at 12:26 pm -
Site templates often contain page-specific code. Tools like DreamWeaver don't deal with this well (eventually they'' need design-time conditionals, but they aren't there yet). Embperl deals with it ...
Kee Hinckley
Mar 5, 2002 at 9:51 pm
Mar 14, 2002 at 9:44 am -
I'm trying to use Execute() outside of Apache/mod_perl. This works great until I try to use one of our internal modules that does a 'use Apache;'. This doesn't cause problems with the other module ...
Erik
Mar 5, 2002 at 2:48 pm
Mar 5, 2002 at 7:44 pm -
Given [- some code here -] some html here is it guaranteed that the code block will be executed completely *before* the html block is sent to the browser? -- Frank Sweetser fs at wpi.edu, fs at ...
Frank Sweetser
Mar 24, 2002 at 11:37 pm
Apr 7, 2002 at 8:43 am -
I have a need to generate images (graphs created with Perl modules like GDGraph). I don't want to store the images anywhere, I want the code to generate and send the images. I've done this many times ...
Leeland Heins
Mar 26, 2002 at 4:35 pm
Mar 26, 2002 at 5:36 pm -
I get this intermittently on my box under Embperl Object. Any ideas why? It causes users to see a Error 500 screen which isn't too pretty! Reloading the page fixes the problem. (Sometimes have to ...
Scott Chapman
Mar 19, 2002 at 7:45 pm
Mar 20, 2002 at 4:39 pm -
Does DirectoryIndexerl 2.06b import Apache parameter DirectoryIndex ? I have 403 Forbidden after trying to access to the root directory. With 1.3.4 it's ok. -- Best regards, Victor ...
Victor Sharapov
Mar 15, 2002 at 8:27 am
Mar 15, 2002 at 5:15 pm -
I often find myself with a site where every page starts off with: [! Execute('common-set-of-routines') !] Is there anyway (other than Embperl::Object, which I may already be using on portions of the ...
Kee Hinckley
Mar 13, 2002 at 9:55 pm
Mar 14, 2002 at 10:00 am -
Hi If i have *set = DBIx::Recordset- Select( {'!DataSource' = $dsn, '!Table' = 'config', '!Username' = $user, '!Password' = $pass, '$order' = 'id'}); it wont work. If i only change Select to Search ...
Joerg Jaspert
Mar 5, 2002 at 5:43 pm
Mar 6, 2002 at 3:15 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b7.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b7.tar.gz size: 620902 bytes md5: ...
Gerald Richter
Mar 21, 2002 at 6:11 am
Mar 21, 2002 at 6:26 am -
I'm setting up a new web server with Apache 1.3.22, Embperl 1.3.4 and MySQL 3.23.49. When I access a page that tries to set a session variable I get the following error back: [Wed Mar 20 05:25:53 ...
Alan J. Rothstein
Mar 20, 2002 at 11:02 am
Mar 20, 2002 at 1:45 pm -
Help! :) Hi all. I have much experience with running embperl on linux/apache but I currently need to set it up under CGI on IIS (win 2000, IIS 5) by tomorrow! I have: 1. compiled HTML::Embperl 1.3.4 ...
Andrew O'Brien
Mar 19, 2002 at 9:14 am
Mar 19, 2002 at 10:31 am -
I never have used Ispell. I forward your mail to the embperl mailing list, where the discussion took place. I am not sure if the problem was solved, but the embperl mailing list is the right place to ...
Gerald Richter
Mar 18, 2002 at 7:29 pm
Mar 18, 2002 at 10:29 pm -
Hi If i have a table like this: <table <tr [- $r = $set[$row] -] <td class="center" <input type="checkbox" name="kill" value="[+ $r - {id} +]" align="top" </td <td class="center" <a ...
Joerg Jaspert
Mar 18, 2002 at 12:08 am
Mar 18, 2002 at 7:54 pm -
I'm building a page that will have a bunch of nodes. Each node has a block of text. What I'd like to be able to do is search within that block of text for a given list of words, and for each word ...
Frank Sweetser
Mar 18, 2002 at 4:13 pm
Mar 18, 2002 at 4:37 pm -
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b6.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b6.tar.gz size: 623200 bytes md5: ...
Gerald Richter
Mar 13, 2002 at 11:46 am
Mar 13, 2002 at 9:31 pm -
Hi, I have a simple index.epl page which I want to read through the files within a directory and extract a comment line which contains a description for the file. However, opening the files is no ...
Jack Knight
Mar 5, 2002 at 3:42 pm
Mar 5, 2002 at 4:26 pm -
Hi! I'm using PDFlib (http://www.pdflib.com/) to generate a PDF using data fetched from an SQL database. Like this: --- test.html --- [- ( Some SQL stuff ) ( Generate PDF ) $escmode = 0; my $buffer = ...
Christian Frantsen
Mar 2, 2002 at 6:08 pm
Mar 4, 2002 at 3:57 pm -
Attached. Updated to reflect the ppm packages kindly provided by Randy Kobes. -- Andrew O'Brien Senior Engineer email: [email protected]. Switch Online Group Pty Limited phone: +61 2 9299 ...
Andrew O'Brien
Mar 24, 2002 at 11:31 pm
Apr 7, 2002 at 8:40 am -
I'm using Embperl for my development machine, but HTML::Embperl for production (and pre-release testing of course). It'll be that way for a while, and in the meantime I have libraries that need to ...
Kee Hinckley
Mar 22, 2002 at 8:10 pm
Mar 22, 2002 at 10:20 pm -
I am leaving tomorrow evening (in about 36h) for two weeks of holiday :-) (Without any laptop etc. :-) I will be back on April 6th. I will not read any email in this time, so don't wonder if I being ...
Gerald Richter
Mar 21, 2002 at 6:56 am
Mar 22, 2002 at 10:02 pm -
When I call Embperl::Execute() instead of just Execute() it segfaults. I need this, because I was trying to call this from a module that I 'require' in base.epl. But even when I do this in base.epl ...
Jochen Topf
Mar 22, 2002 at 12:26 pm
Mar 22, 2002 at 4:32 pm -
Hi All. We ave hard coded the name of a file into our script as a variable, and we get this error on running the script: The server encountered an internal error or misconfiguration and was unable to ...
Michael Clarke
Mar 21, 2002 at 1:22 am
Mar 21, 2002 at 2:56 am -
Dear Folks , I have a website that is template driven and i use EmbperlObject for that. The problem is that all the pages share the same template (that is of course expected!) and they also share the ...
Rajesh Kumar Mallah
Mar 19, 2002 at 4:24 am
Mar 19, 2002 at 4:37 am -
In 2.0b6 there is a small bug in 'make test'. mod_log_config is not loaded so the CustomLog and other directives do not work. Here is a patch to fix this. =================== --- ...
Jochen Topf
Mar 18, 2002 at 10:15 am
Mar 18, 2002 at 8:01 pm -
I know I asked this a long time ago (years?), but naming things have changed, so.... I have a number of packages that I want to release to the public. These mostly consist of a database component, a ...
Kee Hinckley
Mar 13, 2002 at 9:55 pm
Mar 14, 2002 at 9:50 am -
I'm doing a lot of code that looks like: $set = somerecordsetquery; %fdat = %$set; and that works fine. However when dealing with large quantities of data, it would be nice to save a bit of copying. ...
Kee Hinckley
Mar 6, 2002 at 11:34 pm
Mar 8, 2002 at 6:39 am -
I have just started seriously using the 2.0.5b version and I noticed something that I think is different from past versions. If I have a block like this: [- foreach $key (keys %{$hashref}) { print ...
Aaron Johnson
Mar 5, 2002 at 6:45 am
Mar 5, 2002 at 3:42 pm -
Thanks for answering my zip problem question relating to embperl - one question thou - what was the difference between your code and mine? Yours: #################################################### ...
Michael Clarke
Mar 3, 2002 at 7:13 pm
Mar 4, 2002 at 3:55 pm -
The following exert has been edited to protect our data. Story is that we are using a java program and embedded perl to query a database and get a list of files. Once the list has been obtained, we ...
Michael Clarke
Mar 1, 2002 at 12:18 am
Mar 1, 2002 at 8:19 am -
Danke! I was able to take your example and graft it together with an example for using GD::Graph and do exactly what I wanted. ------------------------------------------------------- ...
Leeland Heins
Mar 26, 2002 at 5:44 pm
Mar 26, 2002 at 5:44 pm -
If I have a form that is being used to enter text which I store in a database and retrieve, what's the right way to a) record the language on submission and b) make sure it is displayed correctly ...
Kee Hinckley
Mar 22, 2002 at 2:14 pm
Mar 22, 2002 at 2:14 pm -
Hi, You should only be change HTML::Embperl to Embperl in case you have any references to it. Also optRawInput is now on by default and the behaviour may be modified via the EMBPERL_INPUT_ESCMODE. ...
Gerald Richter
Mar 20, 2002 at 7:51 pm
Mar 20, 2002 at 7:51 pm -
Sorry for flooding the mailing list. I found the solution in the mailing archives. Thanks, Eric ------------------------------------------- Eric Scott White CAD - Custom Software Solutions Analog ...
Eric white
Mar 19, 2002 at 8:38 pm
Mar 19, 2002 at 8:38 pm -
Hello All, Something in Embperl is eating up almost all of my swap space. I have 2GB allocated, mounted to /tmp. Every so often, there is an embperl.log file written into /tmp that is huge. The one ...
Eric white
Mar 19, 2002 at 8:38 pm
Mar 19, 2002 at 8:38 pm -
0
Re: Bug?
Hi! The backslash before the quote is a problem. Set the EMBPERL_ESCMODE or $escmode to 7 should solve the problem, because it turns of the escaping function of the backslash. This will be the ...Gerald Richter
Mar 19, 2002 at 10:38 am
Mar 19, 2002 at 10:38 am
Group Overview
group | embperl |
categories | modperl, perl |
discussions | 51 |
posts | 227 |
users | 39 |
website | perl.apache.org |
39 users for March 2002
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)