Re: Breaking up a large source file into several pieces

2002-09-20 Thread Cricker
. So that's what I'll do. Michael Fowler [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Thu, Sep 19, 2002 at 10:33:05AM -, Cricker wrote: If I may summarize -- and please correct me if this is wrong -- there is indeed no way to textually include

Re: Breaking up a large source file into several pieces

2002-09-19 Thread Cricker
. Thanks again. Drieux [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wednesday, Sep 18, 2002, at 05:12 US/Pacific, Cricker wrote: Thanks, but I thought that modules were for submitting to CPAN. a reasonable approach, in the long run, since you w

Breaking up a large source file into several pieces

2002-09-18 Thread Cricker
This seems like a stupid question... but I've looked in lots of places and can't figure it out. I'd like to break my perl script into several files (because it is getting awfully large, with all the callbacks from Tk), but still keep the lexical scope. Maybe I'm thinking too much like a C

Re: Breaking up a large source file into several pieces

2002-09-18 Thread Cricker
s:[EMAIL PROTECTED]... On Tue, 17 Sep 2002, Cricker wrote: This seems like a stupid question... but I've looked in lots of places and can't figure it out. I'd like to break my perl script into several files (because it is getting awfully large, with all the callbacks from Tk), but st