Re: Script that spans multiple files

2005-04-22 Thread M. Kristall
Charles K. Clarkson wrote: Daniel Kasak wrote: : : I have a large script ( 6000 lines ) that I'd like to break into : logical units. Is there a way I can tell perl to 'append' a list : of files into 1 script so that I can call subs from any of the : files and have them t

RE: Script that spans multiple files

2005-04-21 Thread Charles K. Clarkson
Daniel Kasak wrote: : Charles K. Clarkson wrote: : Managability. I can put all related stuff in 1 file. Then I'll : have main application logic in one main file, and other subs in : other files. It reduces clutter. Yes I realise that what I'm : asking for would have no

Re: Script that spans multiple files

2005-04-21 Thread Daniel Kasak
Charles K. Clarkson wrote: >Daniel Kasak wrote: >: >: I have a large script ( 6000 lines ) that I'd like to break into >: logical units. Is there a way I can tell perl to 'append' a list >: of files into 1 script so that I can call subs from any of the >: files and have

Re: Script that spans multiple files

2005-04-20 Thread Offer Kaye
On 4/21/05, Daniel Kasak wrote: > Hi all. > > I have a large script ( 6000 lines ) that I'd like to break into logical > units. Is there a way I can tell perl to 'append' a list of files into 1 > script so that I can call subs from any of the files and have them > treated as if they were all from

RE: Script that spans multiple files

2005-04-20 Thread Charles K. Clarkson
Daniel Kasak wrote: : : I have a large script ( 6000 lines ) that I'd like to break into : logical units. Is there a way I can tell perl to 'append' a list : of files into 1 script so that I can call subs from any of the : files and have them treated as if they were all

Re: Script that spans multiple files

2005-04-20 Thread Ramprasad A Padmanabhan
On Thu, 2005-04-21 at 11:09, Daniel Kasak wrote: > Hi all. > > I have a large script ( 6000 lines ) that I'd like to break into logical > units. Is there a way I can tell perl to 'append' a list of files into 1 > script so that I can call subs from any of the files and have them > treated as if th