rsriram has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I have few functions, which I am using in different perl scripts. In every script, I am placing the function repetatively. Is there any way, with which I can store all the functions in a separate file and call them into the script? What I am looking for is something similar to calling header files in C or C++ (like stdio.h or iostream.h).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling functions from other scripts
by quester (Vicar) on Mar 19, 2007 at 05:47 UTC | |
|
Re: Calling functions from other scripts
by bobf (Monsignor) on Mar 19, 2007 at 05:48 UTC | |
|
Re: Calling functions from other scripts
by Zaxo (Archbishop) on Mar 19, 2007 at 05:35 UTC | |
|
Re: Calling functions from other scripts
by Sixtease (Friar) on Mar 19, 2007 at 08:22 UTC | |
|
Re: Calling functions from other scripts
by johngg (Canon) on Mar 19, 2007 at 09:49 UTC |