in reply to Re: Object-oriented interface for binmode
in thread Object-oriented interface for binmode
As with the rest of IO::Handle, the advantage is in being able to use a standard idiom of lexical references and method calls -- if you're accustomed to using object techniques, it's awkward for one part of your program to suddenly switch to a different idiom of barewords and builtins.
Given that some people find IO::Handle useful, the question about why it's missing the binmode method is perfectly reasonable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Object-oriented interface for binmode
by BrowserUk (Patriarch) on Jul 08, 2004 at 23:30 UTC |