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: 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
Kee, This helps. But if I have to do this in very page, isn't this post a serious problem to the memory consumption? Or not? -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

Re: require -- Mason vs embperl

2001-12-19 Thread ___cliff rayman___
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? Or not? in what way? - u either need the code, or u don't. if u don't need all of it, split it into smaller pieces. -Steve Maybe I'm missing

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 this

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
long ) == beginn original == Date: Dienstag, 18. Dezember 2001, 17:39:32 Subject: Mason vs embperl 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

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
PROTECTED] Subject: Re: Mason vs embperl 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

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