[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Packages and cons
From: |
Gary Oberbrunner |
Subject: |
RE: Packages and cons |
Date: |
Tue, 17 Jul 2001 17:03:41 -0400 |
[Replying to my own msg...]
> So far the leading contender (for me, YMMV of course) is still
> modifying all the Conscripts to have "require 'Cons-subs.pl'".
Actually, it seems 'require' does not work, because it remembers (in a
global var) whether the require'd thing has already been loaded. You need
to load it again into each sub-Conscript, so 'do' is what's really needed.
Can you tell I'm still learning the dark corners of Perl? :-)
-- Gary
- Packages and cons, Gary Oberbrunner, 2001/07/17
- RE: Packages and cons, Jeff Rosenfeld, 2001/07/17
- RE: Packages and cons, Gary Oberbrunner, 2001/07/17
- RE: Packages and cons,
Gary Oberbrunner <=
- Re: Packages and cons, Frank Thomas, 2001/07/18
- Re: Packages and cons, Johan Holmberg, 2001/07/18
- Re: Packages and cons, Frank Thomas, 2001/07/18
- Re: Packages and cons, Johan Holmberg, 2001/07/18
- Re: Packages and cons, Frank Thomas, 2001/07/18
- Re: Packages and cons, Wayne Scott, 2001/07/18
- Re: Packages and cons, Johan Holmberg, 2001/07/18
- RE: Packages and cons, Gary Oberbrunner, 2001/07/18