As you ask this question, I assume that you don't know much about how to modualize your scripts.
Please refer to : perldoc -f use perldoc -f require perldoc -f do I 'd perfer using 'use', since errors will be told at the compile time, while require is at the runtime. and, I guess you may also want to look up something from : perldoc perlmod perldoc perlmodlib perldoc perlmodstyle It tells how to make scripts become a package and be highly reusable. HTH, Bee ----- Original Message ----- > I have serveral perl scripts that I've written seperately. Now I want > to run them sequentially. I don't want to cut and paste them into the > > same file to be run. Makes reusablity a pain. Is there a method to do > this? I've tried searching but it appears I'm not using the correct > search words. > > I'm using linux, and the standard command line. > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>