You can obviously write your own package files

   you must seriously consider 'perldoc perlmod'

Cricker wrote:
> Thanks, but I thought that modules were for submitting to CPAN.  Don't I
> have to go through all the @ISA and Exporter:: stuff if I write a module?  I
> would like to get away with something simpler.
> 
> Thanks again.
> 
> "Sudarshan Raghavan" <[EMAIL PROTECTED]> wrote in message
> [EMAIL 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 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 programmer, but I would
>>
> just
> 
>>>like to #include callbacks.pl or some such.
>>
>>Move these common functions into a module.
>>perldoc perlmod
>>perldoc perlmodlib
>>perldoc perlmodstyle
>>
> 
> 
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to