in reply to Pure Perl or the toolkit?
I am not sure it is possible to argue that one should *generally* use a pure Perl solution, or *generally* shell out.
It's on a case by case basis.
For me, I suppose the deciding factor is portability requirements.
If the code needs to run in many different environments, such as CPAN module, then I would use pure Perl as much as possible. Definitely if it is possible in the core, less likey if a non-core modules is required. The result is probably quicker execution time.
If my production environment is limited to a certain type, as in your specific example, where the environment may be assumed, then I see nothing wrong with using the toolkit.
The result is probably quicker implementation time.
--
bm
|
|---|