(Dan P) writes:
> Can you create an include file in perl, filled with subs that
> require parameters and then call the appropriate function from the
> file while passing in your parameters from your main program. I
I've used do(). So if you have a main.pl and your common sub-routines
are in subs.pl you could do a:
do "subs.pl";
--
David Magda <dmagda at ee.ryerson.ca>,
http://www.magda.ca/
Because the innovator has for enemies all those who have done well under
the old conditions, and lukewarm defenders in those who may do well
under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI