I have no real working knowledge of perl. Teaching myself as I go. I know what I want to do and I think perl can do most of it, it's just finding the way.
These scripts are really not module worthy. They are simple scripts, or run query, output file, read file, retrieve data based on file, output retrieved data to file, load file into database. It's just that some of these are reusable. > 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>