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

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