in reply to IO::Scalar vs IO::String
It adds the overhead of an extra subroutine call, but if I am relying on someone else's code, I have found it to be good practice to wrap it in my own method call so that later if the 3rd party code changes, I only have to change one place. The change can be to swap out the code for another 3rd party solution, or to write it myself.
--
hiseldl
"Act better than you feel"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: IO::Scalar vs IO::String
by joe++ (Friar) on Sep 13, 2002 at 14:01 UTC | |
by hiseldl (Priest) on Sep 13, 2002 at 14:15 UTC |