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 progra

Re: Breaking up a large source file into several pieces

2002-09-18 Thread Cricker
MAIL PROTECTED]">news:[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 file

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 reasona

Re: Breaking up a large source file into several pieces

2002-09-20 Thread Cricker
ealize that I can do this with globals. 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 plea