Dear Monks,
A smart cookie recommended that a function I wrote should take file descriptors as arguments instead of file handles. What be the difference between the two??
The function is something on these lines. What advantage would using a file descriptor have on such a function?