anshumangoyal has asked for the wisdom of the Perl Monks concerning the following question:
I have a file Execute.pl which reads a file PerformTheseOperations.file </p?
The File: PerformTheseOperations.file file specify which operations has to be performed. There are around 100 Operations and this file list/filters out which operations I have to execute.
Each of the operations are written in a seperate .pm file and saved in Operations Folder. Now, I want that when I run Execute.pl, it should read the operations from PerformTheseOperations.file file and select the corresponding file and perform the operation.I also want the functionality to be so robust that when I have to add more operation, i just add the file in Operations Folder and mentione that has to be executed in PerformTheseOperations.file
Can some one help me with this. I have been working on Module:pluggable but it is not the one which i want to use.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Modules Question
by moritz (Cardinal) on Apr 30, 2012 at 06:24 UTC | |
by bulk88 (Priest) on Apr 30, 2012 at 06:46 UTC | |
|
Re: Perl Modules Question
by locked_user sundialsvc4 (Abbot) on Apr 30, 2012 at 14:20 UTC | |
by anshumangoyal (Scribe) on Apr 30, 2012 at 14:32 UTC |