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 = F; 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.

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 http

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? Did you get any errors

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

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

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.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 documentent

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 2? I think this would

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 having an option for) Embperl an output

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

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 quick

cvs commit: modperl-site/embperl index.html

2002-03-20 Thread richter
richter 02/03/20 22:58:08 Modified:embperl index.html Log: Embperl Webpages - Changes Revision ChangesPath 1.132 +1 -1 modperl-site/embperl/index.html Index: index.html === RCS file

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: 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[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 much of

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 done. (I can require it in the Mason handler.pl

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 there where

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 describing how this is done. (I can require it in the Mason

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 require it in the Mason

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 Embperl properly. I

RE:require -- Mason vs embperl

2001-12-19 Thread Lihn, Horng-Twu
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: require -- Mason vs embperl

2001-12-19 Thread ___cliff rayman___
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 is loaded. I use libraries from within Embperl all the time, I don't believe in putting full code definitions in front

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 library will load once per-process. In fact

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

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, current development effort

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 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 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 think it has

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. H3Test/H3 [* $c = 5; *] count: [+ $c +] [* $c++; *] count: [+ $c +] - Steve Lihn FIS Database

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. --

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.2.html Changes.pod.cont.html Embperl.pod.14.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.6.html Embperl.pod.7.html Embperl.pod.cont.html Faq.pod.1.html INSTALL.pod.1.html Recordset.pod.2.html index.html

2001-12-05 Thread richter
richter 01/12/05 00:16:25 Modified:embperl Changes.pod.1.html Changes.pod.2.html Changes.pod.cont.html Embperl.pod.14.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.6.html Embperl.pod.7.html

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

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

cvs commit: modperl-site/embperl Changes.pod.1.html

2001-11-02 Thread richter
richter 01/11/02 02:16:23 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.228 +14 -2 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

EmbPerl for ActivePerl Distribution

2001-10-11 Thread Grant Babb
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 have, or do

Re: EmbPerl for ActivePerl Distribution

2001-10-11 Thread Randy Kobes
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 an HTML::Embperl ppm package (and also Apache::ASP

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 could be found in Embperl's

Re: embperl

2001-09-08 Thread Medi Montaseri
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

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

embperl

2001-09-07 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

2001-09-07 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 Mason http

Re: embperl

2001-09-07 Thread Jim Cox
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://www.masonhq.com/ over Embperl simply because I prefer the way

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

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 gcc.

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 As far as I

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, modules, cleanup and the stop button

2001-08-22 Thread Gerald Richter
. 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 there are other reason a page may fail

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 embperl page

cvs commit: modperl-site/embperl Changes.pod.1.html

2001-08-15 Thread richter
richter 01/08/15 12:21:34 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.222 +1 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html

2001-08-14 Thread richter
richter 01/08/14 20:29:08 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.221 +11 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html index.html

2001-07-28 Thread richter
richter 01/07/28 06:45:49 Modified:embperl Changes.pod.1.html index.html Log: Embperl Webpages - Changes Revision ChangesPath 1.220 +1 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl CVS.pod.1.html Changes.pod.1.html

2001-07-18 Thread richter
richter 01/07/18 03:30:38 Modified:embperl CVS.pod.1.html Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.21 +9 -14 modperl-site/embperl/CVS.pod.1.html Index: CVS.pod.1.html

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/5.00503/i386-linux -I/usr/lib

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 to fix

cvs commit: modperl-site/embperl index.html

2001-07-09 Thread richter
richter 01/07/09 06:01:43 Modified:embperl index.html Log: Embperl website Revision ChangesPath 1.127 +13 -6 modperl-site/embperl/index.html Index: index.html === RCS file: /home/cvs

Re: problems compiling Embperl 1.3.3 on MacOS X 10.0.4

2001-07-08 Thread Gerald Richter
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.bundle: cc -o blib/arch/auto/HTML

cvs commit: modperl-site/embperl Changes.pod.1.html index.html

2001-07-08 Thread richter
richter 01/07/08 22:59:25 Modified:embperl Changes.pod.1.html index.html Log: Embperl Webpages - Changes Revision ChangesPath 1.217 +7 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

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

cvs commit: modperl-site/embperl Changes.pod.1.html index.html

2001-03-26 Thread richter
richter 01/03/26 09:30:52 Modified:embperl Changes.pod.1.html index.html Log: Embperl Webpages - Changes Revision ChangesPath 1.206 +1 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html

2001-03-26 Thread richter
richter 01/03/26 20:27:19 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.207 +1 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html index.html

2001-03-25 Thread richter
richter 01/03/25 22:40:57 Modified:embperl Changes.pod.1.html index.html Log: Embperl Webpages - Changes Revision ChangesPath 1.205 +10 -2 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

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

cvs commit: modperl-site/embperl CVS.pod.1.html CVS.pod.cont.html Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html Changes.pod.17.html Changes.pod.18.html Changes.pod.19.html Changes.pod.2.html Changes.pod.20.html Changes.pod.21.html Changes.pod.22.html Changes.pod.23.html Changes.pod.24.html Changes.pod.25.html Changes.pod.26.html Changes.pod.27.html Changes.pod.28.html Changes.pod.29.html Changes.pod.3.html Changes.pod.30.html Changes.pod.31.html Changes.pod.32.html Changes.pod.33.html Changes.pod.34.html Changes.pod.35.html Changes.pod.36.html Changes.pod.37.html Changes.pod.38.html Changes.pod.39.html Changes.pod.4.html Changes.pod.40.html Changes.pod.41.html Changes.pod.42.html Changes.pod.43.html Changes.pod.44.html Changes.pod.45.html Changes.pod.5.html Changes.pod.6.html Changes.pod.7.html Changes.pod.8.html Changes.pod.9.html Changes.pod.cont.html Embperl.pod.1.html Embperl.pod.10.html Embperl.pod.11.html Embperl.pod.12.html Embperl.pod.13.html Embperl.pod.14.html Embperl.pod.15.html Embperl.pod.16.html Embperl.pod.17.html Embperl.pod.18.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.4.html Embperl.pod.5.html Embperl.pod.6.html Embperl.pod.7.html Embperl.pod.8.html Embperl.pod.9.html Embperl.pod.cont.html EmbperlObject.pod.1.html EmbperlObject.pod.2.html EmbperlObject.pod.3.html EmbperlObject.pod.4.html EmbperlObject.pod.5.html EmbperlObject.pod.6.html EmbperlObject.pod.cont.html Faq.pod.1.html Faq.pod.2.html Faq.pod.3.html Faq.pod.4.html Faq.pod.5.html Faq.pod.6.html Faq.pod.7.html Faq.pod.8.html Faq.pod.9.html Faq.pod.cont.html Features.pod.1.html INSTALL.pod.1.html Intro.pod.1.html Intro.pod.10.html Intro.pod.2.html Intro.pod.3.html Intro.pod.4.html Intro.pod.5.html Intro.pod.6.html Intro.pod.7.html Intro.pod.8.html Intro.pod.9.html Intro.pod.cont.html Intrors.pod.1.html Intrors.pod.2.html Intrors.pod.3.html Intrors.pod.4.html Intrors.pod.cont.html Mail.pod.1.html Mail.pod.2.html Mail.pod.cont.html NEWS.pod.1.html Sites.pod.1.html index.html

2001-02-12 Thread richter
richter 01/02/12 01:18:55 Modified:embperl CVS.pod.1.html CVS.pod.cont.html Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15

cvs commit: modperl-site/embperl Changes.pod.46.html IntroEmbperlObject.pod.1.html IntroEmbperlObject.pod.2.html IntroEmbperlObject.pod.3.html IntroEmbperlObject.pod.4.html IntroEmbperlObject.pod.5.html IntroEmbperlObject.pod.6.html IntroEmbperlObject.pod.7.html IntroEmbperlObject.pod.8.html IntroEmbperlObject.pod.9.html IntroEmbperlObject.pod.cont.html Recordset.pod.1.html Recordset.pod.10.html Recordset.pod.11.html Recordset.pod.12.html Recordset.pod.13.html Recordset.pod.14.html Recordset.pod.15.html Recordset.pod.2.html Recordset.pod.3.html Recordset.pod.4.html Recordset.pod.5.html Recordset.pod.6.html Recordset.pod.7.html Recordset.pod.8.html Recordset.pod.9.html Recordset.pod.cont.html TipsAndTricks.pod.1.html TipsAndTricks.pod.2.html TipsAndTricks.pod.3.html TipsAndTricks.pod.4.html TipsAndTricks.pod.5.html TipsAndTricks.pod.6.html TipsAndTricks.pod.7.html TipsAndTricks.pod.8.html TipsAndTricks.pod.cont.html

2001-02-12 Thread richter
richter 01/02/12 01:21:26 Added: embperl Changes.pod.46.html IntroEmbperlObject.pod.1.html IntroEmbperlObject.pod.2.html IntroEmbperlObject.pod.3.html IntroEmbperlObject.pod.4.html

cvs commit: modperl-site/embperl Changes.pod.1.html

2001-02-09 Thread richter
richter 01/02/09 01:46:54 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.199 +3 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

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: 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. Hoe to enable embperl with mod_perl

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html Changes.pod.17.html Changes.pod.18.html Changes.pod.19.html Changes.pod.2.html Changes.pod.20.html Changes.pod.21.html Changes.pod.22.html Changes.pod.23.html Changes.pod.24.html Changes.pod.25.html Changes.pod.26.html Changes.pod.27.html Changes.pod.28.html Changes.pod.29.html Changes.pod.3.html Changes.pod.30.html Changes.pod.31.html Changes.pod.32.html Changes.pod.33.html Changes.pod.34.html Changes.pod.35.html Changes.pod.36.html Changes.pod.37.html Changes.pod.38.html Changes.pod.39.html Changes.pod.4.html Changes.pod.40.html Changes.pod.41.html Changes.pod.42.html Changes.pod.43.html Changes.pod.44.html Changes.pod.45.html Changes.pod.5.html Changes.pod.6.html Changes.pod.7.html Changes.pod.8.html Changes.pod.9.html Changes.pod.cont.html

2001-01-09 Thread richter
richter 01/01/07 20:24:39 Modified:embperl Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html

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

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

Re: ANNOUNCE: Embperl 2.0b1

2000-12-22 Thread Gerald Richter
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: HTML::Embperl::Execute modifying 'output' only once

2000-12-15 Thread Gerald Richter
$t = $t[$i]; HTML::Embperl::Execute({'escmode' = 1, 'input' = \$t, 'output' = \$out, 'mtime' = undef}); chomp $out; $out =~ s@((?:ftp|http|news)://[^ ]*[^ .,:;!?lt;gt;()])@lt;A HREF=&

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

2000-12-14 Thread Pierre Etchemaïté
t = ''; $t = $t[$i]; HTML::Embperl::Execute({'escmode' = 1, 'input' = \$t, 'output' = \$out, 'mtime' = undef}); chomp $out; $out =~ s@((?:ftp|http|news)://[^ ]*[^ .,:;!?lt;gt;()])@lt;A H

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

cvs commit: modperl-site/embperl Embperl.pod.11.html Embperl.pod.14.html Embperl.pod.15.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.4.html Embperl.pod.6.html Embperl.pod.7.html EmbperlObject.pod.3.html Faq.pod.1.html Faq.pod.2.html Faq.pod.3.html Faq.pod.4.html Faq.pod.5.html Faq.pod.6.html Features.pod.1.html INSTALL.pod.1.html Intro.pod.7.html Mail.pod.1.html index.html

2000-12-03 Thread richter
richter 00/12/03 23:42:26 Modified:embperl Embperl.pod.11.html Embperl.pod.14.html Embperl.pod.15.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.4.html Embperl.pod.6.html Embperl.pod.7.html

cvs commit: modperl-site/embperl NEWS.pod.1.html

2000-12-03 Thread richter
richter 00/12/03 23:46:50 Added: embperl NEWS.pod.1.html Log: Add news to embperl site Revision ChangesPath 1.1 modperl-site/embperl/NEWS.pod.1.html Index: NEWS.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html Changes.pod.17.html Changes.pod.18.html Changes.pod.19.html Changes.pod.2.html Changes.pod.20.html Changes.pod.21.html Changes.pod.22.html Changes.pod.23.html Changes.pod.24.html Changes.pod.25.html Changes.pod.26.html Changes.pod.27.html Changes.pod.28.html Changes.pod.29.html Changes.pod.3.html Changes.pod.30.html Changes.pod.31.html Changes.pod.32.html Changes.pod.33.html Changes.pod.34.html Changes.pod.35.html Changes.pod.36.html Changes.pod.37.html Changes.pod.38.html Changes.pod.39.html Changes.pod.4.html Changes.pod.40.html Changes.pod.41.html Changes.pod.42.html Changes.pod.43.html Changes.pod.5.html Changes.pod.6.html Changes.pod.7.html Changes.pod.8.html Changes.pod.9.html Changes.pod.cont.html

2000-11-16 Thread richter
richter 00/11/16 21:31:19 Modified:embperl Changes.pod.1.html Changes.pod.10.html Changes.pod.11.html Changes.pod.12.html Changes.pod.13.html Changes.pod.14.html Changes.pod.15.html Changes.pod.16.html

strange apache behavior w. Embperl and multilang support

2000-11-15 Thread Mikko Harjula
ntent 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 course the embperl c

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

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 nm

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 it's

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 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 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

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

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 after

cvs commit: modperl-site/embperl Changes.pod.1.html

2000-11-11 Thread richter
richter 00/11/11 05:28:50 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.184 +3 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html Changes.pod.2.html Changes.pod.cont.html Embperl.pod.1.html Embperl.pod.10.html Embperl.pod.11.html Embperl.pod.12.html Embperl.pod.14.html Embperl.pod.16.html Embperl.pod.17.html Embperl.pod.2.html Embperl.pod.3.html Embperl.pod.4.html Embperl.pod.5.html Embperl.pod.6.html Embperl.pod.7.html Embperl.pod.8.html Embperl.pod.9.html Embperl.pod.cont.html

2000-11-07 Thread richter
richter 00/11/07 11:34:00 Modified:embperl Changes.pod.1.html Changes.pod.2.html Changes.pod.cont.html Embperl.pod.1.html Embperl.pod.10.html Embperl.pod.11.html Embperl.pod.12.html Embperl.pod.14.html

cvs commit: modperl-site/embperl Changes.pod.1.html

2000-11-07 Thread richter
richter 00/11/07 23:49:37 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.182 +3 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

[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

cvs commit: modperl-site/embperl CVS.pod.1.html Changes.pod.1.html

2000-09-26 Thread richter
richter 00/09/26 21:37:58 Modified:embperl CVS.pod.1.html Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.13 +1 -1 modperl-site/embperl/CVS.pod.1.html Index: CVS.pod.1.html

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

cvs commit: modperl-site/embperl Changes.pod.1.html

2000-09-11 Thread richter
richter 00/09/11 02:54:13 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.174 +7 -2 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html

2000-09-07 Thread richter
richter 00/09/07 13:14:57 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.173 +5 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

cvs commit: modperl-site/embperl Changes.pod.1.html

2000-09-06 Thread richter
richter 00/09/05 23:25:02 Modified:embperl Changes.pod.1.html Log: Embperl Webpages - Changes Revision ChangesPath 1.172 +1 -1 modperl-site/embperl/Changes.pod.1.html Index: Changes.pod.1.html

  1   2   3   4   5   >