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.
In reply to Perl Modules Question by anshumangoyal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |