FAQ

Search Discussions

36 discussions - 115 posts

  • EmbperlObject behaves a bit strange when set-up on DocumentRoot. <Location / PerlSetEnv EMBPERL_OBJECT_STOPDIR / PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH "\.htm.?|\.epl$" ...
    Thoren JohneThoren Johne
    Jul 27, 2001 at 8:00 pm
    Aug 8, 2001 at 9:23 pm
  • I have an EPO file which needs to have no carriage returns in the final output. I do want carriage returns in the source for readability. Unless I'm missing something, there's no easy way to do this ...
    Ilia LobsanovIlia Lobsanov
    Jul 20, 2001 at 1:00 am
    Jul 25, 2001 at 12:54 pm
  • some of the more recent web application frameworks (ie, Apache::PageKit, AxKit), tout one of their benefits as being the ability to generate multiple display formats easily because they separate ...
    PrincepawnPrincepawn
    Jul 31, 2001 at 2:18 pm
    Aug 6, 2001 at 12:37 am
  • I just wanted to check -- is the stack underflow table scan problem fixed in Embperl 2? I just spent an hour struggling with it before I found the solution in the Embperl FAQ... it hurts, it hurts. ...
    Jack CushmanJack Cushman
    Jul 5, 2001 at 3:24 pm
    Jul 24, 2001 at 6:57 pm
  • doing a simple file-upload does not always gives a content-type back with EmbperlObject. im using the following fragment: <-- snip -- <FORM METHOD="POST" ENCTYPE="multipart/form-data" <table <tr <td ...
    Thoren JohneThoren Johne
    Jul 26, 2001 at 12:50 pm
    Jul 31, 2001 at 7:47 pm
  • Hi Gerald et al, Not sure if this is a bug or me simply making assumptions about how EmbperlObject would work ... I've built a Content Management System using EmbperlObject that is working really ...
    Gavin CarrGavin Carr
    Jul 2, 2001 at 11:56 pm
    Jul 10, 2001 at 5:11 am
  • Unfortunaltely I don't have small example I could send to you. The most things I done with EO are so complex, that it would help you anythings.... That are two different things. The $subs = ... ...
    Gerald RichterGerald Richter
    Jul 18, 2001 at 9:29 am
    Jul 20, 2001 at 5:53 am
  • I have found a sentence in the manual I can use 'var' for defining global variables. I tried: [! var %hash; !] in one file and in second [- Execute('the.file.above.epl'); %hash = (); ... -] But my ...
    Lukas ZapletalLukas Zapletal
    Jul 17, 2001 at 8:01 am
    Jul 17, 2001 at 9:09 am
  • Is there any way to set optAllFormData for a single page? I have a POSTed form that needs to see fields with nothing in them, and there's no other way that I can think of to see them, since POST data ...
    Jack CushmanJack Cushman
    Jul 12, 2001 at 8:45 pm
    Jul 16, 2001 at 2:36 pm
  • Help! I have installed Embperl 1.3.3 now Before i have Embperl 1.2.x and all works right. Now our server some times pushs to client the source of Embperl not HTML generated by Embperl program If i ...
    Alexey ZvyaginAlexey Zvyagin
    Jul 27, 2001 at 10:45 am
    Jul 28, 2001 at 9:08 am
  • Hi, everybody, I seem to remember the people on this and the modperl list recommended PerlSetEnv (instead of SetEnv) to change environment variables on per virtual host basis eg httpd.conf ========== ...
    RobertRobert
    Jul 23, 2001 at 2:49 pm
    Jul 24, 2001 at 3:12 am
  • This isn't related to Embperl really, but I thought it might be interesting, since it looks a lot like some kind of hacking attempt... I am getting a lot of entries in my apache server log that look ...
    Neil GuntonNeil Gunton
    Jul 19, 2001 at 9:27 pm
    Jul 20, 2001 at 1:29 am
  • Can you put the embperl setup in .htaccess? This is probably an FAQ but I can't work it out :-( DSL -- "The greatest thing you'll ever learn is just to love and to be loved in return." - David Bowie ...
    David LloydDavid Lloyd
    Jul 14, 2001 at 2:57 am
    Jul 15, 2001 at 3:45 pm
  • Hi! What's the best way of including additional directories in @INC? I got two directories where I put the Perl modules into that are used by my EmbperlObject based site. And having "use lib" in ...
    Jochen LillichJochen Lillich
    Jul 10, 2001 at 3:55 pm
    Jul 11, 2001 at 4:02 pm
  • The third beta of Embperl 2.0 is now available from ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b3.tar.gz This version mainly contains bugfixes. Since the first and second beta I have ...
    Gerald RichterGerald Richter
    Jul 9, 2001 at 1:08 pm
    Jul 9, 2001 at 6:12 pm
  • Hi, why this works: <TABLE BORDER WIDTH=100% [$ while ( @data = $sth- fetchrow_array() ) $] <TR <TD <A HREF="firma/firma.html.epl?Id=[+ $data[3] +]" [+ $data[0] +]</A </TD <TD [+ $data[1] +] </TD <TD ...
    HoppeHoppe
    Jul 2, 2001 at 10:32 pm
    Jul 8, 2001 at 12:06 pm
  • Hey All -- Nicholas Petreley ([email protected]), long-time columnist ("The Open Source") for InfoWorld and the founding editor of VarLinux.org, just penned the following article: "JSP in Harms' ...
    Jesse ErlbaumJesse Erlbaum
    Jul 2, 2001 at 7:28 pm
    Jul 2, 2001 at 9:59 pm
  • Hello! Embperl 1.2.1 prints the array reference in URL as item1=value1&item2=value2 For example: <a href="somefile.epl?[+['item1', 'value1', 'item2', 'value2']+]" The output will be: <a ...
    Alexey ZvyaginAlexey Zvyagin
    Jul 30, 2001 at 11:46 am
    Jul 30, 2001 at 12:12 pm
  • Hi all, I've been using Embperl for a log time and since I started using EmbperlObject i'm geting this intermitent error: Can't locate object method "Path" via package "HTML::Embperl::DOC::_9" ...
    Luiz Fernando B. RibeiroLuiz Fernando B. Ribeiro
    Jul 26, 2001 at 11:26 am
    Jul 26, 2001 at 7:09 pm
  • Hi. I've been preparing a site using 2.0b2 and EmbperlObject, and it seems to work great. The main problem I'm having is with trying to generate a page offline. I set the embperl environment ...
    James ChurchillJames Churchill
    Jul 20, 2001 at 6:13 am
    Jul 20, 2001 at 6:32 am
  • I have experienced the same problem with posting and getting data that was discussed here a couple of weeks ago, which was attributed to environmental variables with mod_perl and apache under windows ...
    David PickensDavid Pickens
    Jul 19, 2001 at 7:48 pm
    Jul 20, 2001 at 5:28 am
  • Hello I need to find a place to put use statements in. Where is the right place? I tried to put them in the const.epl: [- use lib; use another_lib; use strict; use Croak; -] and from base.epl i call ...
    Lukas ZapletalLukas Zapletal
    Jul 17, 2001 at 6:49 am
    Jul 17, 2001 at 7:26 am
  • I have this piece of code: [- ... print OUT "<B QRY:</B " . $udat{query}; ... -] But the output is NOT strong (<B tags are skipped): Here`s the log: print OUT "QRY:" . $udat{query}; I don`t ...
    Lukas ZapletalLukas Zapletal
    Jul 16, 2001 at 11:11 am
    Jul 16, 2001 at 11:41 am
  • Hi, is there something similar to setuid, what can be done with a embperl page running on mod_perl ? Rigth now I am starting setuid perl-scripts within my embperl pages (my $result=`bla.pl`). But I ...
    P. SchaubP. Schaub
    Jul 8, 2001 at 12:38 pm
    Jul 8, 2001 at 1:07 pm
  • I searched the doc, nothing could I find on whether or how embperl supports taint mode. I searched the archive, too---only found some threads that make it sound like taint mode may be available in ...
    Jim GuionJim Guion
    Jul 2, 2001 at 2:50 pm
    Jul 2, 2001 at 2:56 pm
  • [similar post, but different enough for a new message]. some of the more recent web application frameworks (ie, Apache::PageKit, AxKit), tout one of their benefits as being the ability to generate ...
    PrincepawnPrincepawn
    Jul 31, 2001 at 2:19 pm
    Jul 31, 2001 at 2:19 pm
  • I know this was once discussed before, but there was never a solution. I can use multipart/form-data without problems. Do you run on windows or unix ? Are you using EmbperlObject ? Anything in the ...
    Gerald RichterGerald Richter
    Jul 27, 2001 at 7:12 pm
    Jul 27, 2001 at 7:12 pm
  • Hi, This problem was fixed many years ago... CGI.pm did always create a new filehandle and never destroyed it. (so it had leaked a few bytes for each upload) I never have heard of such a problem (and ...
    Gerald RichterGerald Richter
    Jul 27, 2001 at 6:59 pm
    Jul 27, 2001 at 6:59 pm
  • The hostname for accessing the Embperl CVS (and all other apache related CVS's) has changed from perl.apache.org to cvs.apache.org If you are using CVS to fetch the Embperl developement version you ...
    Gerald RichterGerald Richter
    Jul 18, 2001 at 10:37 am
    Jul 18, 2001 at 10:37 am
  • Hello, I must deal with naming problem. I want to use both embperl object and global variables (in the %req hash). How should I name that object? In the tutorial it is named $subs but I think it`s ...
    Lukas ZapletalLukas Zapletal
    Jul 18, 2001 at 6:12 am
    Jul 18, 2001 at 6:12 am
  • Hi, Yes, that seems really a bug in Embperl 2.0b3. Embperl's internal tree storage tries to optimize memory usage by using a "copy on write" schema, that mean nodes that are not modified are passed ...
    Gerald RichterGerald Richter
    Jul 14, 2001 at 12:17 pm
    Jul 14, 2001 at 12:17 pm
  • Hi all you embperl fans, Just want to let you know that I have some space and bandwidth to support embperl projects. If needed, I can even provide you with your own apache-mod_perl and apache-ssl ...
    Ilia LobsanovIlia Lobsanov
    Jul 13, 2001 at 4:47 am
    Jul 13, 2001 at 4:47 am
  • The URL ftp://ftp.dev.ecos.de/pub/perl/dbi/DBIx-Recordset-0.24.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/DBIx-Recordset-0.24.tar.gz size: 92611 bytes md5: ...
    Gerald RichterGerald Richter
    Jul 10, 2001 at 5:03 am
    Jul 10, 2001 at 5:03 am
  • I recently came across the same problem and track it down. It is a bug in mod_perl, because the environment is setup when the first handler is called. If this handler is called before Apache decides ...
    Gerald RichterGerald Richter
    Jul 9, 2001 at 5:44 pm
    Jul 9, 2001 at 5:44 pm
  • hi! Makefile.PL is not supposed to be executable, also adding #!/usr/bin/perl doesn't make much sense, because the location where perl is installed varies from system to system. You get always told ...
    Gerald RichterGerald Richter
    Jul 8, 2001 at 12:39 pm
    Jul 8, 2001 at 12:39 pm
  • Hi, unfortunately I don't know anything about MaxOS X. The only idea I have, is to look at other Perl modules, that compiles successfully, Makefile/Makefile.PL and see where the differences is. Do ...
    Gerald RichterGerald Richter
    Jul 8, 2001 at 12:29 pm
    Jul 8, 2001 at 12:29 pm
Group Navigation
period‹ prev | Jul 2001 | next ›
Group Overview
groupembperl @
categoriesmodperl, perl
discussions36
posts115
users28
websiteperl.apache.org

28 users for July 2001

Gerald Richter: 51 posts Lukas Zapletal: 7 posts Ilia Lobsanov: 6 posts Jack Cushman: 6 posts Thoren Johne: 6 posts Alexey Zvyagin: 4 posts Robert: 4 posts Akshay Arora: 3 posts Gavin Carr: 3 posts David Lloyd: 2 posts Jesse Erlbaum: 2 posts Jim Guion: 2 posts Jochen Lillich: 2 posts Neil Gunton: 2 posts Princepawn: 2 posts Hoppe: 1 post Paul: 1 post Angus Lees: 1 post Bill \"Elvis\" Gibbs: 1 post David Pickens: 1 post
show more
Archives