FAQ

Search Discussions

41 discussions - 145 posts

  • I have a file under an embperl directory called news.html http://www2.mrbrklyn.com/nylinux/news.html There is no news directory, nut this shows the same page http://www2.mrbrklyn.com/nylinux/news/ As ...
    Ruben SafirRuben Safir
    Dec 23, 2001 at 4:23 pm
    Jan 2, 2002 at 2:20 pm
  • I'm getting: [415]ERR: 24: Error in Perl code: Can't use an undefined value as filehandle reference at /wwww/htdocs/init.epl line 8. The code looks like this in my init.epl: open ($req- {DBUGF}, ' ...
    Scott ChapmanScott Chapman
    Dec 20, 2001 at 6:14 pm
    Dec 21, 2001 at 6:15 pm
  • The following code works under EmbperlObject (1.3.4): [$ var $xxx $] [$ sub foo $] [- $xxx = 1; $yyy = 2; -] [$ endsub $] Perhaps I misunderstand the use of [$ var $], but I thought it would catch ...
    Neil GuntonNeil Gunton
    Dec 15, 2001 at 2:23 pm
    Dec 18, 2001 at 8:14 pm
  • Happy new year ! Please, I would want to know how to configure Apache to get it work on Windows XP. When I start Apache, a console window appear very breefly and disapear. Is there parameters to set ...
    Lilianne dupuisLilianne dupuis
    Dec 31, 2001 at 9:30 pm
    Jan 7, 2002 at 12:06 pm
  • Dear All, I'm having some trouble configuring apache to recongnise embperl files that are executed after a rewrite. I've got this working with some configs but not others - but haven't been able to ...
    Michael SmithMichael Smith
    Dec 19, 2001 at 12:57 pm
    Dec 19, 2001 at 5:17 pm
  • Hi! I have a CGI forum that uses cookies to authenticate user. Now I wish to add some embperl pages that authenticate with %udat. I wish to change the CGI forum authentication method to embperl %udat ...
    JaakJaak
    Dec 16, 2001 at 6:00 pm
    Dec 19, 2001 at 2:36 pm
  • I am looking at using the the Upload example (found on the embperl site) but am a little lost. The example has the file that is being uploaded saved to the server as file.$$. I would like the file ...
    Boyd, DavidBoyd, David
    Dec 12, 2001 at 1:09 pm
    Dec 13, 2001 at 6:58 pm
  • is it possible to send a 'unauthorized' - 401 header from an embperl page? i tried $http_headers_out{'unauthorized'} = '401', without success. i'd like to have a user-authentification without using a ...
    Thoren JohneThoren Johne
    Dec 10, 2001 at 9:40 am
    Dec 11, 2001 at 12:44 pm
  • Does anyone have an example how to set up httpd.conf so that there is a separation between public and private code: .../epl/ public/ index.html private/ my private .epl code The DocumentRoot will be ...
    Lihn, Horng-TwuLihn, Horng-Twu
    Dec 19, 2001 at 9:52 pm
    Dec 27, 2001 at 2:00 pm
  • Hi all, I`ve implemented a callback function EMBPERL_INPUT_FUNC for encrypting the source code, but Embperl (1.3.3-dev) is calling it only for *.epl files and not for *.phtml files. What is wrong? ...
    Lukas ZapletalLukas Zapletal
    Dec 7, 2001 at 10:53 am
    Dec 13, 2001 at 8:56 am
  • The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.4.tar.gz size: 356286 bytes md5: ...
    Gerald RichterGerald Richter
    Dec 5, 2001 at 8:29 am
    Dec 5, 2001 at 8:37 pm
  • Hi, I can't 'make test' Embperl, offline mode tests OK, but the modperl mode fails right on the first test. Modperl itself seems to work OK, bellow is %ENV and @INC from script running under ...
    RobertRobert
    Dec 4, 2001 at 9:08 pm
    Dec 5, 2001 at 9:07 am
  • I'm sure this one was answered before but I couldn't find the answer.. [Sun Dec 30 23:18:39 2001] [error] Can't locate object method "hexhash" via package "MD5" (perhaps you forgot to load "MD5"?) at ...
    Dimitri OstapenkoDimitri Ostapenko
    Dec 31, 2001 at 1:19 pm
    Jan 4, 2002 at 6:16 am
  • I have the following code snippet, which is being migrated from 1.3.4 to 2.0b5: <DL [- $prev_page_id = 0 -] [$ while $figure = $query- fetchrow_hashref() $] [$ if $figure- {page_id} != $prev_page_id ...
    Neil GuntonNeil Gunton
    Dec 19, 2001 at 8:46 pm
    Dec 21, 2001 at 2:01 pm
  • Hi! When I use [- require "test.pl"; -] test.pl = $lang{'test'} = "testing..."; 1; appeares only once when using [+ $lang{'test'} +] When realoading page $lang{'test'} seems to be empty. What am I ...
    JaakJaak
    Dec 19, 2001 at 6:44 pm
    Dec 21, 2001 at 4:34 am
  • Hi! When I tried something like [$ sub AUTOLOAD $] [$ endsub $] in Embperl page, it caused segfault to apache. Somehow, following works: [! package Foo; sub AUTOLOAD { # code } !] and in other page I ...
    Neeme VoolNeeme Vool
    Dec 17, 2001 at 2:41 pm
    Dec 18, 2001 at 7:02 pm
  • If you don't have it, just download the source distribution (ftp://ftp.dev.ecos.de/pub/perl/embperl) and take it out of it. Just hit "reply all", instead of "reply" within your mail program Gerald ...
    Gerald RichterGerald Richter
    Dec 12, 2001 at 5:54 am
    Dec 13, 2001 at 8:32 am
  • Installed Embperl on Solaris 5.7 Apache 1.3.19 with File::Spec .8 (the latest File::Spec). I can seem to get a script to write a file but read never seems to happen. open (OUTPUT, "+< /tmp/emb.txt") ...
    Bill OConnorBill OConnor
    Dec 12, 2001 at 8:31 pm
    Dec 12, 2001 at 11:55 pm
  • DBIx::Recordset::SQLInsert(): return $self- do ("INSERT INTO $self- {'*Table'} ($fields) VALUES ($vals)") ; $self- {'*Table'} seems to be "table1,table2,table3" for each table in $self- Links. I ...
    Angus LeesAngus Lees
    Dec 10, 2001 at 5:05 am
    Dec 11, 2001 at 7:47 am
  • is there any way for dbix '!Filter' to get one field in the database to correspond to multiple keys in the assoc array, or vice versa? thanks, josh spoerri ...
    Joshua SpoerriJoshua Spoerri
    Dec 5, 2001 at 4:08 pm
    Dec 7, 2001 at 6:32 am
  • 2.0b4 has some problems with reloading. Please upgrade to Embperl 2.0b5, which is the newest 2.0 version. Gerald ------------------------------------------------------------- Gerald Richter ecos ...
    Gerald RichterGerald Richter
    Dec 20, 2001 at 8:05 pm
    Dec 21, 2001 at 7:40 pm
  • Hi! I have a little problem with my embedded perl HTML, it's losing a hour. Says 22:00 at 23:00. I has tried to find what makes this distance, but can't find out. I looked over documentations and ...
    Vasarhelyi asd DanielVasarhelyi asd Daniel
    Dec 12, 2001 at 10:41 pm
    Dec 13, 2001 at 8:31 pm
  • What am I overlooking here? My web pages don't show up with the debug info any more! [Apache 1.3.22, mod_perl 1.26, embperl 2.0b5] I also have some questions regarding config stuff below. They are in ...
    Scott ChapmanScott Chapman
    Dec 13, 2001 at 4:07 pm
    Dec 13, 2001 at 8:16 pm
  • Installed Embperl on Solaris 5.7 Apache 1.3.19 with File::Spec .8 (the latest File::Spec). I can get a script to write a file but read never seems to happen. open (FILE, "/tmp/emb.txt") || die "open ...
    Bill OConnorBill OConnor
    Dec 12, 2001 at 9:53 pm
    Dec 13, 2001 at 8:32 am
  • Hello, I'm running under NT with the latest Active State PERL and Embperl binary distribution I am trying to get an embperl program to run under CGI. I have the following simple cgi program #! ...
    Scott MarienskiScott Marienski
    Dec 11, 2001 at 6:29 am
    Dec 11, 2001 at 8:48 am
  • I just upgraded from 1.3.3 to 1.3.4. I have not changed any of my Apache config settings, but am now getting this error in my Apache log: [8659]SES: Embperl Session management DISABLED beause of ...
    Neil GuntonNeil Gunton
    Dec 5, 2001 at 3:40 pm
    Dec 6, 2001 at 2:29 pm
  • Good day, [ I am not subscribed to the list. Please CC me in any replies. ] Sorry to bother you. I am new to Embperl. Maybe this has been addressed before, but I did not find it in the documentation, ...
    Tom JohnesTom Johnes
    Dec 31, 2001 at 1:19 pm
    Jan 2, 2002 at 2:15 pm
  • Has anyone made a situation where multiple files are to be uploaded from one browse/upload. Say a person had a directory full of files to be uploaded or could use a multiple select? Any ideas on how ...
    Scott ChapmanScott Chapman
    Dec 27, 2001 at 12:07 am
    Jan 2, 2002 at 2:11 pm
  • I use an embperl program to make a small change to a MySQL database. The program performs the following steps: Connect Lock tables Select My Select statement had a bug in it, so the server returned ...
    Jim HamerJim Hamer
    Dec 21, 2001 at 1:37 pm
    Dec 21, 2001 at 7:42 pm
  • apparently Begin() doesn't actually do anything.. This version calls dbh- begin_work, which temporarily turns off AutoCommit (until the next rollback/commit) and begins a transaction. If AutoCommit ...
    Angus LeesAngus Lees
    Dec 18, 2001 at 3:44 am
    Dec 18, 2001 at 7:07 pm
  • With the help of the group, I am now able to upload files to my server and get the orignal name of the file. What I do is then store the name of the file and the directory of where it is being placed ...
    Boyd, DavidBoyd, David
    Dec 18, 2001 at 2:25 pm
    Dec 18, 2001 at 6:48 pm
  • I've heard that a useful tool for debugging perl cgi scripts is to run them through ddd on a XWindows machine when the user calls the web page. Is this possible with Embperl? ...
    Scott ChapmanScott Chapman
    Dec 13, 2001 at 7:03 pm
    Dec 13, 2001 at 8:27 pm
  • How can embperl log be turned the off? Removing all embperl log env did not work http.conf: SetEnv EMBPERL_DEBUG 1 SetEnv EMBPERL_OPTIONS 270352 PerlModule HTML::Embperl <Files *.epl SetHandler ...
    Aldo LetellierAldo Letellier
    Dec 13, 2001 at 12:11 am
    Dec 13, 2001 at 8:32 am
  • I'm getting two sets of debugging links at the top of each page: Logfile / Source only / Eval only Logfile / Source only / Eval only What would cause this? (They work like they should). I'm running ...
    Scott ChapmanScott Chapman
    Dec 11, 2001 at 6:45 pm
    Dec 12, 2001 at 5:52 am
  • Hi there! I want to make pdf files using htmldoc who convert html files on the server to pdf and send them to the browser but i can't use static html files. I build my pages dynamically with embperl ...
    Louis DufresneLouis Dufresne
    Dec 10, 2001 at 11:02 pm
    Dec 11, 2001 at 7:21 am
  • just started using DBIx::Recordset Links with PostgreSQL and ran into a few problems: DBIx::Compat gives SupportSQLJoin = 0 for Pg. PostgreSQL 7.1 (at least) claims to fully support joins. ...
    Angus LeesAngus Lees
    Dec 10, 2001 at 3:48 am
    Dec 10, 2001 at 9:06 am
  • i'm using subquery-less mysql, and need to create a temporary table for some of my queries. is there any way to use dbix and _really_ arbitrary sql (create table ...; select ...) ? thanks, josh ...
    Joshua SpoerriJoshua Spoerri
    Dec 5, 2001 at 3:47 pm
    Dec 6, 2001 at 5:31 am
  • Hi, I'm trying to learn how to use DBIx::Database object. My code starts with something like this $db = DBIx::Database- new({ '!DataSource' = "DBI:Pg:dbname=phl", '!Username' = 'postgres', '!DBIAttr' ...
    RobertRobert
    Dec 3, 2001 at 9:10 pm
    Dec 4, 2001 at 5:14 am
  • Hi! I have an intranet system working with an integrated login using perl and Embperl's sessions management, storing the data in a MySQL database. Now I have some new PHP application that I want to ...
    Leandro LucarellaLeandro Lucarella
    Dec 3, 2001 at 7:13 pm
    Dec 3, 2001 at 10:52 pm
  • Hi! Is it possible to use that apache's feature in EmbPerl? I have defined in httpd.conf AddLanguage en .en AddLanguage et .ee <IfModule mod_negotiation.c LanguagePriority et en </IfModule When I ...
    JaakJaak
    Dec 2, 2001 at 9:43 am
    Dec 2, 2001 at 8:03 pm
  • --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
    Gerald RichterGerald Richter
    Dec 24, 2001 at 9:33 am
    Dec 24, 2001 at 9:33 am
Group Navigation
period‹ prev | Dec 2001 | next ›
Group Overview
groupembperl @
categoriesmodperl, perl
discussions41
posts145
users34
websiteperl.apache.org

34 users for December 2001

G.Richter: 57 posts Scott Chapman: 12 posts Robert: 9 posts Neil Gunton: 7 posts Angus Lees: 6 posts Jaak: 5 posts ___cliff rayman___: 4 posts Ruben Safir: 4 posts Bill OConnor: 3 posts Boyd, David: 3 posts Joshua Spoerri: 3 posts Michael Smith: 3 posts Scott Marienski: 3 posts Thoren Johne: 3 posts Lihn, Horng-Twu: 2 posts Lukas Zapletal: 2 posts Neeme Vool: 2 posts Dimka: 1 post Aldo Letellier: 1 post David Lloyd: 1 post
show more
Archives