perl Makefile.PL
make
make install
for each module ? What if I've 100 modules ? Do I have to write a install script ?
Luca | [reply] [d/l] |
| [reply] |
Maybe plugins is the solutions, but Idon't know nothing about them. Anyway I'm writing a tool that can process data, different types of data. For each type of data I've a couple of modules which know how to deal with this data. So with time more and more types of data can be included, just by adding new modules that know how to deal with this data.
Any suggestions what my approach for installing them should be ?
Tnx Luca
| [reply] |