FAQ

Search Discussions

51 discussions - 227 posts

  • 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 HinckleyKee 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 TopfJochen 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 HinckleyKee 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 ChapmanScott 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 BoudreauMichael 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 KerkhoffWim 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 HinckleyKee 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 ...
    EarwigEarwig
    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 TullyPatrick 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 TopfJochen 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 KynclJan 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'BrienAndrew 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 GuntonNeil 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 AllenChris 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 TopfJochen 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 HinckleyKee 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 ...
    ErikErik
    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 SweetserFrank 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 HeinsLeeland 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 ChapmanScott 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 SharapovVictor 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 HinckleyKee 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 JaspertJoerg 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 RichterGerald 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. RothsteinAlan 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'BrienAndrew 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 RichterGerald 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 JaspertJoerg 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 SweetserFrank 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 RichterGerald 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 KnightJack 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 FrantsenChristian 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'BrienAndrew 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 HinckleyKee 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 RichterGerald 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 TopfJochen 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 ClarkeMichael 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 MallahRajesh 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 TopfJochen 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 HinckleyKee 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 HinckleyKee 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 JohnsonAaron 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 ClarkeMichael 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 ClarkeMichael 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 HeinsLeeland 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 HinckleyKee 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 RichterGerald 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 whiteEric 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 whiteEric white
    Mar 19, 2002 at 8:38 pm
    Mar 19, 2002 at 8:38 pm
  • 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 RichterGerald Richter
    Mar 19, 2002 at 10:38 am
    Mar 19, 2002 at 10:38 am
Group Navigation
period‹ prev | Mar 2002 | next ›
Group Overview
groupembperl @
categoriesmodperl, perl
discussions51
posts227
users39
websiteperl.apache.org

39 users for March 2002

Gerald Richter: 78 posts Kee Hinckley: 42 posts Jochen Topf: 13 posts Andrew O'Brien: 7 posts Axel Beckert - ecos gmbh: 7 posts Scott Chapman: 7 posts Neil Gunton: 6 posts Patrick Tully: 5 posts Ed Grimm: 4 posts Michael Boudreau: 4 posts Pcross: 3 posts Earwig: 3 posts Erik: 3 posts Frank Sweetser: 3 posts Jan Kyncl: 3 posts Michael Clarke: 3 posts Wim Kerkhoff: 3 posts Aaron Johnson: 2 posts Alan J. Rothstein: 2 posts Angus Lees: 2 posts
show more
Archives