Re: use lib in EmbperlObject

2002-08-15 Thread Gerald Richter
> >> Is there any way to put a "use lib" command in a called routine (e.g. > >> [- Execute({ isa => 'SiteInit.html' }); -]) and have it impact later > >> "use" commands? use lib is global, because it affects the global @ISA, so it doesn't matter where you put it, it will affect all use stateme

Re: use lib in EmbperlObject

2002-08-15 Thread Kee Hinckley
At 8:55 AM +1000 8/16/02, Gavin Carr wrote: >On Thu, Aug 15, 2002 at 04:12:06PM -0400, Kee Hinckley wrote: >> Is there any way to put a "use lib" command in a called routine (e.g. >> [- Execute({ isa => 'SiteInit.html' }); -]) and have it impact later >> "use" commands? Any other suggestions.

Re: use lib in EmbperlObject

2002-08-15 Thread Gavin Carr
On Thu, Aug 15, 2002 at 04:12:06PM -0400, Kee Hinckley wrote: > Is there any way to put a "use lib" command in a called routine (e.g. > [- Execute({ isa => 'SiteInit.html' }); -]) and have it impact later > "use" commands? Any other suggestions. I hate having to put it in > every single file.

use lib in EmbperlObject

2002-08-15 Thread Kee Hinckley
Is there any way to put a "use lib" command in a called routine (e.g. [- Execute({ isa => 'SiteInit.html' }); -]) and have it impact later "use" commands? Any other suggestions. I hate having to put it in every single file. (Right up there with [$ var $this $][- $this = shift -] at the begi