Re: HTML-Embperl : Read file problem

2003-07-30 Thread Stas Bekman
Radovan Petrík wrote: Hi, sorry for my begginer question , i have this code in HTML-Embperl http://perl.apache.org/embperl/pod/doc/Embperl.-page-12-.htm __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker h

HTML-Embperl : Read file problem

2003-07-30 Thread Radovan Petrík
Hi, sorry for my begginer question , i have this code in HTML-Embperl 1 open (F , 'my_file') or die ; 2 @lines = ; On line 2 embperl return error "syntax error" . Why ? And when I need open new file " open (F , '> my_file') or die " then embperl dont open new file. Thanks Rado.

ANNOUNCE: Embperl 2.0b9

2003-06-09 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b9.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b9.tar.gz size: 654860 bytes md5: 3a4836d15100feb2bf9c37e9470a1d1d While development has continued all the time, there was a long time no release

Re: Wanted: Experience with EmbPerl on Win2000/Apache HTTPD?

2003-03-06 Thread Randy Kobes
On Wed, 5 Mar 2003, Richard Heintze wrote: > Since I had such a tough time installing mod_perl on > Win2000, I thought I would solicit for experiences > getting Hello, World running with EmbPerl on Apache > HTTPD on Windows2000. > > What URL did you download embperl from?

Wanted: Experience with EmbPerl on Win2000/Apache HTTPD?

2003-03-05 Thread Richard Heintze
Since I had such a tough time installing mod_perl on Win2000, I thought I would solicit for experiences getting Hello, World running with EmbPerl on Apache HTTPD on Windows2000. What URL did you download embperl from? Did you get any errors during installation? What is the URL you used for

Announce: HTML-Embperl 1.3.6

2003-02-15 Thread Gerald Richter
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: b360a0f9ba5d5e35f6426c81dd91933d This is a maintaince release which fixes some problems with Perl

Re: ANNOUNCE: Embperl 2.0b8

2002-06-25 Thread Per Einar Ellefsen
At 21:30 25.06.2002, Gerald Richter wrote: >Hi, > > > > > While I am not very familiar with Embperl, I saw some discussion >concerning > > PHP that struck me as pretty interesting for Embperl and similar > > applications: have you considered making (or atleast hav

Re: ANNOUNCE: Embperl 2.0b8

2002-06-25 Thread Gerald Richter
Hi, > > While I am not very familiar with Embperl, I saw some discussion concerning > PHP that struck me as pretty interesting for Embperl and similar > applications: have you considered making (or atleast having an option for) > Embperl an output filter for Apache 2/mod_perl

Re: ANNOUNCE: Embperl 2.0b8

2002-06-25 Thread Per Einar Ellefsen
At 12:39 25.06.2002, Gerald Richter - ecos gmbh wrote: >I have done a lot of fine tuning and error fixing since 2.0b7. Also Embperl >now supports mod_perl 2.0 with prefork MPM (threaded MPM will require Perl >5.8.0). The docs are moveing towards 2.0, but some features are still only >

ANNOUNCE: Embperl 2.0b8

2002-06-25 Thread Gerald Richter - ecos gmbh
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-2.0b8.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Embperl-2.0b8.tar.gz size: 628343 bytes md5: d089a86671a0c559b77f107a4e6d67c9 I have done a lot of fine tuning and error fixing since 2.0b7. Also Embperl

Re: ANNOUNCE: Embperl 2.0b7

2002-03-20 Thread Gerald Richter
> > Any idea when 2.0-STABLE is going to come out? > I think the main issuses with the code are solved, so it's stable to use right now, also I want to give people some more time for testing. The main work to do before the stable release is to write better documentation. To transform all the quic

ANNOUNCE: Embperl 2.0b7

2002-03-20 Thread Gerald Richter
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: 89b8dc62aa28684be64fd0d44857d641 Embperl is a system for building dynamic websites with Perl. See http

ANNOUNCE: Embperl 2.0b6

2002-03-13 Thread Gerald Richter
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: 966e109d700fb76e6df18316c1cf16a1 Embperl is a system for building dynamic websites with Perl. See http

Re[2]: Mason vs embperl

2001-12-20 Thread C.Hauser - IT assistance GmbH
>> So I installed and compared. I preferred the syntax of Mason, the >> flexible way to build components, the caching ... it have to be >> said here that I choose Mason ... > > I agree, the caching is very good and one gets up and running in no > time with Mason. However, I find it imposes too

Re: Mason vs embperl

2001-12-20 Thread dom
> So I installed and compared. I preferred the syntax of Mason, the > flexible way to build components, the caching ... it have to be > said here that I choose Mason ... I agree, the caching is very good and one gets up and running in no time with Mason. However, I find it imposes too much of a

RE:require -- Mason vs embperl

2001-12-19 Thread Kee Hinckley
At 2:26 PM -0500 12/19/01, Lihn, Horng-Twu wrote: >Kee, >This helps. But if I have to do this in very page, >isn't this post a serious problem to the memory consumption? I can't speak to "require". But if you do a "use" in an Embperl script, the libra

Re: require -- Mason vs embperl

2001-12-19 Thread ___cliff rayman___
pieces. > > > -Steve > > >Maybe I'm missing something, because this seems simple. > >[- require "foo.pl"; -] > >will load it everytime the page is loaded > >[! require "foo.pl"; !] > >will load it once the first time the page i

RE:require -- Mason vs embperl

2001-12-19 Thread Lihn, Horng-Twu
require "foo.pl"; !] >will load it once the first time the page is loaded. >I use libraries from within Embperl all the time, I don't believe in >putting full code definitions in front of the designers.

Re: Mason vs embperl

2001-12-19 Thread Kee Hinckley
At 8:03 PM +0100 12/18/01, C.Hauser - IT assistance GmbH wrote: >I use Dreamweaver for the publishers and the <% and <& commands are >properly displayed as ASP-icons. I use it with Modules Apache::Session, http://www.somewhere.com/software/ for Dreamweaver extensions to display

RE: Mason vs embperl

2001-12-19 Thread Kee Hinckley
At 4:14 PM -0500 12/18/01, Lihn, Horng-Twu wrote: >I have a library of perl routine that I call in cgi-bin environment >where I usually "require". I could not find any way to require it >and use it in Embperl. I can not find any doc describing how this is done. >(I can r

Re: require in Embperl (was: Mason vs embperl)

2001-12-19 Thread Gerald Richter
> "Lihn, Horng-Twu" <[EMAIL PROTECTED]> writes: > > > I have a library of perl routine that I call in cgi-bin environment > > where I usually "require". I could not find any way to require it > > and use it in Embperl. I can not find any doc des

Re: embperl [* *] does not work

2001-12-19 Thread Gerald Richter
> I am trying [* *] tag and the code as simple as this does not work. Note that [* *] is experimetal and will not work always in 1.3.x (it does in 2.0) > I am using embperl 1.3.2 build from theoryx5.uwinnipeg.ca for Windows. > Please upgrade to the newest version (1.3.4), because ther

Re: Mason vs embperl

2001-12-19 Thread Chris Strom
"Lihn, Horng-Twu" <[EMAIL PROTECTED]> writes: > I have a library of perl routine that I call in cgi-bin environment > where I usually "require". I could not find any way to require it > and use it in Embperl. I can not find any doc describing how this is don

XSLT templating Re: Mason vs embperl

2001-12-18 Thread dapi
BTW. Does anybody use XSLT templating realy? I found it is rather useful and want to make new projects templates with it. Perhaps, I didn't see some difficulties and it will be problems in the future. Doesn't any body comment this thing? I hope this is not badly off topic. Thank you. -- dapi

embperl [* *] does not work

2001-12-18 Thread Lihn, Horng-Twu
I am trying [* *] tag and the code as simple as this does not work. I am using embperl 1.3.2 build from theoryx5.uwinnipeg.ca for Windows. Test [* $c = 5; *] count: [+ $c +] [* $c++; *] count: [+ $c +] - Steve Lihn FIS Database

RE: Mason vs embperl

2001-12-18 Thread Lihn, Horng-Twu
I have a library of perl routine that I call in cgi-bin environment where I usually "require". I could not find any way to require it and use it in Embperl. I can not find any doc describing how this is done. (I can require it in the Mason handler.pl) Can you shed a light? I th

Re: Mason vs embperl

2001-12-18 Thread Ajit Deshpande
> [..] > I am planning a website and considering either > using Mason or using embperl. I already digged into > [..] Take a look at Perrin Harkin's article on "Choosing a Templating System" http://www.perl.com/pub/a/2001/08/21/templating.html Ajit

Re: Mason vs embperl

2001-12-18 Thread C.Hauser - IT assistance GmbH
promoted with bells and whistles. After studying the excellent manual I went on a research on similar systems and I dropped over embperl. So I installed and compared. I preferred the syntax of Mason, the flexible way to build components, the caching ... it have to be said here that I choose Mason

Re: Mason vs embperl

2001-12-18 Thread Kee Hinckley
At 11:39 AM -0500 12/18/01, Lihn, Horng-Twu wrote: >Hi, >I am planning a website and considering either >using Mason or using embperl. I already digged into >Mason and am reading embperl manual. >Can someone shed some light about these two tools with regard to >ease of use, c

Mason vs embperl

2001-12-18 Thread Lihn, Horng-Twu
Hi, I am planning a website and considering either using Mason or using embperl. I already digged into Mason and am reading embperl manual. Can someone shed some light about these two tools with regard to ease of use, current development effort, and the future support level? Thanks, Steve Lihn

ANNOUNCE: Embperl 1.3.4

2001-12-05 Thread Gerald Richter
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: 1cfa47da50fd42c9d6cb5dc79ee73326 This is mainly a maintaince release with a few new features. I expect

ANNOUNCE: Embperl 2.0b5

2001-11-27 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b5.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b5.tar.gz size: 506804 bytes md5: e5836be6ad29f8658052e512e2427c74 This is mainly a bug fix release. The only new feature is the

ANNOUNCE: Embperl 2.0b4

2001-11-20 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b4.tar.gz size: 507965 bytes md5: 03f8ca074b7588fa11ecb8002d4b50bd Main new feature since 2.0b3 is the beginning support for XML, namely

Re: EmbPerl for ActivePerl Distribution

2001-10-11 Thread Gerald Richter
> We have an HTML::Embperl ppm package (and also > Apache::ASP and HTML::Mason) at > http://theoryx5.uwinnipeg.ca/ppmpackages/ > which you can install via the ppm utility in the same way that > the mod_perl package is installed from this location. > And everthing

Re: EmbPerl for ActivePerl Distribution

2001-10-11 Thread Randy Kobes
d and started without errors, thanks to the magical binaries of Mr > Kobes and the Winnipeg site. Then I find that ActivePerl has no EmbPerl > module my sole reason for installing mod_perl. I know they have some > proprietary version, but i will gladly pass on that. Hi, We have a

EmbPerl for ActivePerl Distribution

2001-10-11 Thread Grant Babb
Kobes and the Winnipeg site. Then I find that ActivePerl has no EmbPerl module my sole reason for installing mod_perl. I know they have some proprietary version, but i will gladly pass on that. my question is this: is there a perl module i can compile and place into the distribution I h

Re: embperl

2001-09-08 Thread iain truskett
* Medi Montaseri ([EMAIL PROTECTED]) [08 Sep 2001 22:58]: > Another advantage of Perl is that you can use this language in other > situations as well. Unlike PHP, or ColdFusion or other languages who > need something to tow them. [...] Much as I hate to give PHP a pro rather than a con, I must p

Re: embperl

2001-09-08 Thread Medi Montaseri
: > > > Hi there, > > Just wanted to ask to any embperl user, is there any real advantage > about using embperl instead of PHP ? > > > Thank you > > Diego Ventrice > > _ > Descargue GRATUITAME

Re: embperl

2001-09-07 Thread Ask Bjoern Hansen
On Fri, 7 Sep 2001, Diego V wrote: > Just wanted to ask to any embperl user, is there any real advantage > about using embperl instead of PHP ? http:[EMAIL PROTECTED]/msg01457.html http:[EMAIL PROTECTED]/msg01461.html - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !t

Re: embperl

2001-09-07 Thread Perrin Harkins
> Just wanted to ask to any embperl user, is there any real advantage > about using embperl instead of PHP ? If you want a high-level summary of Embperl features, you could take a look at my article on perl.com: http://www.perl.com/pub/a/2001/08/21/templating.html - Perrin

Re: embperl

2001-09-07 Thread Jim Cox
Well,... Now that makes some sense. I'll try that. Thanks. Jens-Uwe Mager wrote: > > On Mon, May 07, 2001 at 02:44:13AM -0500, Jim Cox wrote: > > > > > > This will sould like sour grapes,. But! > > > > Since PHP module compiles,... and Mod_Perl will not on AIX with > > gcc compiler >

Re: embperl

2001-09-07 Thread Jens-Uwe Mager
On Mon, May 07, 2001 at 02:44:13AM -0500, Jim Cox wrote: > > > This will sould like sour grapes,. But! > > Since PHP module compiles,... and Mod_Perl will not on AIX with > gcc compiler As far as I have heard mod_perl will compile using gcc, only you must first compile your perl with

Re: embperl

2001-09-07 Thread iain truskett
* Jim Cox ([EMAIL PROTECTED]) [07 Sep 2001 08:03]: > This will sould like sour grapes,. But! > Since PHP module compiles,... and Mod_Perl will not on AIX with gcc > compiler > I'm thinkin' PHP is getting better and better all the time. It's all a case of "use what works" =) There's so

Re: embperl

2001-09-07 Thread Jim Cox
..] > > Just wanted to ask to any embperl user, is there any real advantage > > about using embperl instead of PHP ? > > You get the advantage of using Perl rather than PHP. > > This includes the vast resources of CPAN. > > Personally, I recommend Mason <http://w

Re: embperl

2001-09-06 Thread iain truskett
* Diego V ([EMAIL PROTECTED]) [07 Sep 2001 06:59]: [...] > Just wanted to ask to any embperl user, is there any real advantage > about using embperl instead of PHP ? You get the advantage of using Perl rather than PHP. This includes the vast resources of CPAN. Personally, I recommend

embperl

2001-09-06 Thread Diego V
Hi there, Just wanted to ask to any embperl user, is there any real advantage about using embperl instead of PHP ? Thank you Diego Ventrice _ Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp

Re: Embperl, modules, cleanup and the stop button

2001-08-22 Thread Gerald Richter
> (SIGPIPE) is recognised. This should go double for embperl, which > executes all perl code before outputting any headers and data. > The connection is only aborted, when data is send. So it's true that normaly there is no abort before the whole page has processed within Embperl., but ther

Embperl, modules, cleanup and the stop button

2001-08-20 Thread Steve Smith
Hi, I realise this is covered in part in the modperl guide, but I'd to ask for a bit of clarification/confirmation ... I have pages generated with embperl, with each page having it's own module to pull data from the database and pass it back to page in a hash, the first line of the em

Re: ANNOUNCE: HTML::Embperl 2.0b3

2001-07-09 Thread Gerald Richter
> /usr/bin/pod2man: Invalid man page - 1st pod line is not NAME in IntroD.pod > Couldn't install blib/man3/HTML::Embperl::IntroD.3 That are only warnings about the docs, but perldoc foo for example perldoc HTML::Embperl::IntroD will still work. So nothing to worry about. I try

Re: ANNOUNCE: HTML::Embperl 2.0b3

2001-07-09 Thread paul
"Gerald Richter" <[EMAIL PROTECTED]> wrote: > 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 I got the following errors during make on Linux 2.2.12-20 (Red Hat 6.1):- /usr/bin/perl -I/usr/lib/perl5

Re: problems compiling Embperl 1.3.3 on MacOS X 10.0.4

2001-07-08 Thread Gerald Richter
ginal Message - From: "Gustav Kristoffer Ek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 4:08 PM Subject: problems compiling Embperl 1.3.3 on MacOS X 10.0.4 When I try compiling Embperl, it dies when it comes to blib/arch/auto/HTML/Embperl/Embperl.bu

problems compiling Embperl 1.3.3 on MacOS X 10.0.4

2001-07-06 Thread Gustav Kristoffer Ek
When I try compiling Embperl, it dies when it comes to blib/arch/auto/HTML/Embperl/Embperl.bundle: cc -o blib/arch/auto/HTML/Embperl/Embperl.bundle -bundle -undefined suppress Embperl.o epmain.o epio.o epchar.o epcmd.o eputil.o epeval.o epapinit.o /usr/bin/ld: multiple definitions of symbol

ANNOUNCE: HTML::Embperl 1.3.3

2001-06-05 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.3.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.3.tar.gz size: 345235 bytes md5: f2a4579210f7797e1ff4d756f3b7e037 Embperl 1.3.2 is current stable version and this release contains

ANNOUNCE: HTML::Embperl 1.3.2

2001-05-15 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.2.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.2.tar.gz size: 341834 bytes md5: 3ba1d6ecd5958a45ab1a8819517e7672 Embperl 1.3.2 is current stable version and this release contains

ANNOUNCE: HTML::Embperl 2.0b2

2001-03-28 Thread Gerald Richter
The second beta of Embperl 2.0 is now available from ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b2.tar.gz The main news are the support for interactive debuggers and the possibility to use different syntaxes (Embperl, SSI, ASP, pure Perl, Text only etc.) along with various bugfixes

compile problems with mod_perl 1.25, apache 1.3.19 and embperl 1.3.1 on AIX 4.3.3

2001-03-23 Thread Aivo Kalu
Hello, I'm trying to get running Apache, mod_perl and embperl, but no success. It seems like a problem of building a shared mod_perl module on AIX and exporting apache symbols as well, to enable to build shared emb-perl module. My steps so far: gcc 2.95.2. Built myself and installed.

ANNOUNCE: HTML::Embperl 1.3.1

2001-02-12 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.1.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.1.tar.gz size: 328406 bytes md5: e58778ddd2e56ef129220a416818a525 The main improvements in this release is in EmbperlObject, which has

Re: mod perl and embperl

2001-01-17 Thread Gerald Richter
> > I have installed mod_perl as a DSO for apache, everything is ok! > Now i am in need for embperl, the problem begins when i perl > Makefile.PL, it asks me for apache source! > Since i have every apache module as DSO i have deleted everything > related to apache. > > Ho

mod perl and embperl

2001-01-17 Thread Gustavo Vieira Goncalves Coelho Rios
hi folks! Here am i again with some doubts once more. I have installed mod_perl as a DSO for apache, everything is ok! Now i am in need for embperl, the problem begins when i perl Makefile.PL, it asks me for apache source! Since i have every apache module as DSO i have deleted everything

Re: ANNOUNCE: Embperl 2.0b1

2000-12-22 Thread Gerald Richter
FTP archive, but for development versions this is a bit painful. > It is a branch in the normal Embperl cvs. You can check it out with cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r Embperl2c embperl Gerald

Re: ANNOUNCE: Embperl 2.0b1

2000-12-22 Thread Jens-Uwe Mager
On Fri, Dec 22, 2000 at 07:51:36AM +0100, Gerald Richter wrote: > Since it's not yet ready for production use, it's only available from my ftp > server at Hmm, with unstable software I prefer to use cvs upd more often, isn't there a cvs repository anywhere? A stable version can also be fetched f

ANNOUNCE: Embperl 2.0b1

2000-12-22 Thread Gerald Richter
After long time of talking, designing, developing, codeing and testing I am now happy to announce the first beta of Embperl 2.0. It has a totaly rewritten core and makes the way free for a lot of new possibilities... At the moment it's mainly a speed improvement and introduces caching o

Re: HTML::Embperl::Execute modifying 'output' only once

2000-12-15 Thread Gerald Richter
calar @t;$i++) { >$out = ''; $t = $t[$i]; >HTML::Embperl::Execute({'escmode' => 1, >'input' => \$t, >'output' => \$out, >

HTML::Embperl::Execute modifying 'output' only once

2000-12-14 Thread Pierre Etchemaïté
$out = ''; $t = $t[$i]; HTML::Embperl::Execute({'escmode' => 1, 'input' => \$t, 'output' => \$out, 'mtime' => undef}); chomp $o

ANNOUNCE: HTML::Embperl 1.3.0

2000-12-04 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.0.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.0.tar.gz size: 309786 bytes md5: d62c04100c70161733c9ff38602ee528 After nearly a year of beta test, the final 1.3.0 release is out

strange apache behavior w. Embperl and multilang support

2000-11-15 Thread Mikko Harjula
dialog box saying content type as "application/x-httpd-cgi"! If I save it to a file it contains the emacs backup file. The problem goes away if I do any one of the following: - take away the "?a=a" from the request - delete the menu.epl.en~ file - change epl to html (of

ANNOUNCE: HTML-Embperl 1.3b7 (pre 1.3)

2000-11-15 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b7.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b7.tar.gz size: 306074 bytes md5: 257487aa3fd8343b130930a58dd97a65 Embperl is a module for embedding Perl code in HTML pages. It has a

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Gustav Kristoffer Ek
On Mon, 13 Nov 2000, Gerald Richter wrote: [...] > Does mod_perl build and run correctly ? Yes, it does. But I have a similar problem with Apache::Request though > If yes, we can maybe look at it's Makefile, to see what's different. you meen modperls' Makefile right? I think it has something

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Ray Zimmerman
At 1:17 PM -0500 11/13/00, Ruben I Safir wrote: >Is that the new Machintosh BSD OS? Yes. Darwin refers to the open source BSD layers, and Mac OS X refers to the whole thing including the new Aqua UI on top and the Classic compatibility environment for running previous Mac OS apps. Mac OS X is

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Ruben I Safir
Is that the new Machintosh BSD OS?

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Gerald Richter
>> nm httpd >> >> are missing ones listed ? > >No one of them are listed. Think I have to figure out how the >linker/compiler works on macos x in details. > >Any other suggestions? Sorry, I don't even know what "macos x" is... Does mod_perl build and run correctly ? If yes, we can maybe look at

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-13 Thread Gustav Kristoffer Ek
On Mon, 13 Nov 2000, Gerald Richter wrote: > >loading...dyld: /usr/bin/perl Undefined symbols: > >_ap_get_client_block > >... > > Mostly this is because the symbols have been striped from the Apache binary > after build. You can see the public symbols of the httpd binary with

Re: problems with HTML::Embperl on macos x (darwin)

2000-11-12 Thread Gerald Richter
>PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib >-I/System/Library/Perl/darwin -I/System/Library/Perl test.pl > >loading...dyld: /usr/bin/perl Undefined symbols: >_ap_get_client_block >... Mostly this is because the symbols have been striped from the Apache binary aft

problems with HTML::Embperl on macos x (darwin)

2000-11-12 Thread Gustav Kristoffer Ek
I have compiled the latest embperl from cpan (1.3b6) with apache support, but when I try make test I got: PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl loading...dyld: /usr/bin/perl Undefined symbols

[JOB] mod_perl/Embperl job in Germany

2000-10-30 Thread Gerald Richter
We are searching a mod_perl/Embperl programmer (or somebody who wants to become one) for a job in Germany (near Mainz) If you are interessted please view details at http://www.ecos.de/x/index.htm/jobs/r_jobs.htm or send me a mail to [EMAIL PROTECTED] Gerald

ANNOUNCE: HTML-Embperl 1.3b6 (pre 1.3)

2000-10-18 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b6.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b6.tar.gz size: 300443 bytes md5: a57165c6a75b3c8d33ca8b2833c671fc Embperl is a module for embedding Perl code in HTML pages. See http

Perl/Embperl jobs in Berlin, Germany

2000-09-12 Thread Dirk Lutzebaeck
700 MDM Projekt) beauftragt. Interessenten sollten mehrjaehrige Perl-, HTML- und UNIX-Erfahrung haben. Wir setzen auf Modperl, Embperl und Postgresql unter Linux und Solaris. Auf der Applikationsebene laeuft unser System ausschliesslich unter Perl. Aktuelle Themen sind XML, UTF, Adobe FDF, LDAP

Re: Random Hangs when loading a embperl page

2000-09-01 Thread Gerald Richter
> >> > >> Basically what happens is that some times a page will hang while > > executing... > > > > Is it a POST request? Is the page invoke by the mod_perl handler or do you > > call it from your own script via Execute? > > POST & GET. This happens by far the most when access via Netscape 4.75 f

Re: Random Hangs when loading a embperl page

2000-09-01 Thread Wim Kerkhoff
ONS 2048 PerlSetEnv EMBPERL_FILESMATCH \.htm$ PerlSetEnv EMBPERL_FILESMATCH \.html$ PerlSendHeader Off SetHandler perl-script Options ExecCGI PerlHandler HTML::Embperl order allow,deny allow from all Regards, Wim Kerkhoff, Software Engineer NetMaster Networking Solutions [EMAIL PROTECTED]

Re: Random Hangs when loading a embperl page

2000-09-01 Thread Gerald Richter
> > Basically what happens is that some times a page will hang while executing... Is it a POST request? Is the page invoke by the mod_perl handler or do you call it from your own script via Execute? Gerald - Gerald Richterecos elect

Random Hangs when loading a embperl page

2000-09-01 Thread Wim Kerkhoff
6.4 (compiled in) OpenSSL/0.9.5a (compiled in) HTML-Embperl-1.3b3 Linux 2.2.12 Here's the httpd process that are currently running. The SIZE kind of worries me... is this normal? PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND 27391 www-data 0 0 20104 19M 8

ANNOUNCE: HTML::Embperl 1.3b5 (pre 1.3)

2000-08-20 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3b5.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3b5.tar.gz size: 282226 bytes md5: 812c620f5123b91c74b0c46a24d573d0 Embperl is a module for embedding Perl code in HTML pages. See http

RE: Help Embperl

2000-08-05 Thread Jeff Smelser
2000, Jason Bodnar wrote: > Please send the file for the url you're getting the error with. > > On 05-Aug-2000 Jeff Smelser wrote: > > I got EMbperl to compile. It when I did make test, everything went great. > > OK's down the line. I set up apache with: > >

RE: Help Embperl

2000-08-05 Thread Jason Bodnar
Please send the file for the url you're getting the error with. On 05-Aug-2000 Jeff Smelser wrote: > I got EMbperl to compile. It when I did make test, everything went great. > OK's down the line. I set up apache with: > > > SetHandler perl-script > PerlHandler H

Help Embperl

2000-08-05 Thread Jeff Smelser
I got EMbperl to compile. It when I did make test, everything went great. OK's down the line. I set up apache with: SetHandler perl-script PerlHandler HTML::Embperl This is what apache says when I restarted it: [10843]ERR: 25: Line 1: Error [Sat Aug 5 16:10:00 2000] [notice] Apache/

Re: [OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-08-03 Thread Malcolm Beattie
Paul J. Lucas writes: > On Fri, 28 Jul 2000, Malcolm Beattie wrote: > > > Assuming the kernel only keeps track of the last fault position in the file, > > it won't recognise that it's being read linearly (twice :-) and may well not > > do the async read ahead and drop behind in page cache that it

Re: [OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-07-28 Thread Paul J. Lucas
On Fri, 28 Jul 2000, Malcolm Beattie wrote: > Assuming the kernel only keeps track of the last fault position in the file, > it won't recognise that it's being read linearly (twice :-) and may well not > do the async read ahead and drop behind in page cache that it would do > otherwise. Once agai

Re: [OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-07-28 Thread Malcolm Beattie
Paul J. Lucas writes: > > This is the quote from "Philip and Alex..." that I was talking about > > earlier. I don't know if its relevant or not: > > > > They replied "NaviServer uses memory-mapped file I/O on single-processor > > machines but automatically configures itself to use operating syste

Re: [OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-07-28 Thread Matt Sergeant
On Fri, 28 Jul 2000, Paul J. Lucas wrote: > > This is the quote from "Philip and Alex..." that I was talking about > > earlier. I don't know if its relevant or not: > > > > They replied "NaviServer uses memory-mapped file I/O on single-processor > > machines but automatically configures itself t

Re: [OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-07-28 Thread Paul J. Lucas
> This is the quote from "Philip and Alex..." that I was talking about > earlier. I don't know if its relevant or not: > > They replied "NaviServer uses memory-mapped file I/O on single-processor > machines but automatically configures itself to use operating system read on > multi-CPU machines s

Re: [OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-07-28 Thread Matt Sergeant
On Fri, 28 Jul 2000, Paul J. Lucas wrote: > On Fri, 28 Jul 2000, Kenneth Lee wrote: > > > it would be good for the user to choose between mmap or normal i/o at > > compile time. i'll try HTML::Tree anyway in the meantime. > > It's not that simple. Using mmap(2) greatly affects how one >

[OT]: mmap (Was: Templating System (preview Embperl 2.0))

2000-07-28 Thread Paul J. Lucas
On Fri, 28 Jul 2000, Kenneth Lee wrote: > it would be good for the user to choose between mmap or normal i/o at > compile time. i'll try HTML::Tree anyway in the meantime. It's not that simple. Using mmap(2) greatly affects how one writes code: it's not a drop-in replacement fo

Re: Templating System (preview Embperl 2.0)

2000-07-28 Thread Kenneth Lee
it would be good for the user to choose between mmap or normal i/o at compile time. i'll try HTML::Tree anyway in the meantime. Matt Sergeant wrote: > > On Thu, 27 Jul 2000, Paul J. Lucas wrote: > > > On Thu, 27 Jul 2000, Gerald Richter wrote: > > > > > To

Re: Templating System (preview Embperl 2.0)

2000-07-28 Thread Gisle Aas
"Paul J. Lucas" <[EMAIL PROTECTED]> writes: > On Fri, 28 Jul 2000, Gerald Richter wrote: > > > As far as I understand you you use mmap to read in the source file, is this > > correct? > > Yes. > > > If this is true, then it will not make much difference, because reading in > > the source

RE: Templating System (preview Embperl 2.0)

2000-07-28 Thread Matt Sergeant
On Thu, 27 Jul 2000, Paul J. Lucas wrote: > On Thu, 27 Jul 2000, Gerald Richter wrote: > > > To keep it fast Embperl is written in C. > > Unless you use mmap(2), you can't compete with the speed of > HTML Tree. The only downside of mmap(2) is that HTML

RE: Templating System (preview Embperl 2.0)

2000-07-27 Thread Gerald Richter
> > I suggest you do some benchmarks. I have, albeit many months > ago. If I recall correctly, I took Yahoo's home page and ran > it through my HTML Tree and that of Gisle Aas: HTML was about > 7-8 times faster. > I don't use Gisle Aas HTML

RE: Templating System (preview Embperl 2.0)

2000-07-27 Thread Paul J. Lucas
On Fri, 28 Jul 2000, Gerald Richter wrote: > As far as I understand you you use mmap to read in the source file, is this > correct? Yes. > If this is true, then it will not make much difference, because reading in > the source is only a very small piece of all the time that it takes to

RE: Templating System (preview Embperl 2.0)

2000-07-27 Thread Gerald Richter
> > > To keep it fast Embperl is written in C. > > Unless you use mmap(2), you can't compete with the speed of > HTML Tree. The only downside of mmap(2) is that HTML Tree must > be first in an Apache::Filter filter chain. > As far as I understan

RE: Templating System (preview Embperl 2.0)

2000-07-27 Thread Gerald Richter
ood. Doing programming logic in something that's supposed to > be a displat template - Bad. > To quote you: "You can do exactly this with the Embperl." :-) Gerald

Re: Templating System (preview Embperl 2.0)

2000-07-27 Thread ___cliff rayman___
is this a gauntlet being thrown down? i hear the sound of parsing engines grinding away: gentleman - start your benchmarks. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ "Paul J. Lucas" wrote: > On Thu, 27 Jul 2000, Gerald Richter wrote: > > > To keep it fast E

  1   2   3   4   5   6   7   >