in reply to Re: create wrappers for existing tools or rewrite?
in thread create wrappers for existing tools or rewrite?
So you can mix the use of old code and new code by migrating each sub as you go. So you will end up with a pure perl implementation of your wrapper, the orginal system call implementation and probably a mixed one along the way as well.
sometimes this is called programming by contract, your wrapper forms the contract that states what your implementation has to do.
|
|---|