in reply to Re^2: $io->can('seek') == true, but $io->seek(pos, whence) == 'Illegal seek' - bug ?
in thread $io->can('seek') == true, but $io->seek(pos, whence) == 'Illegal seek' - bug ?
Sounds like you are trying to fix something little by introducing uncertainty to the inheritance structure, which could be viewed as a bigger issue.
I don't see any issue with the current way seek() works. As long as the return code is correct, it shall not impact your ability to develop on top of it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: $io->can('seek') == true, but $io->seek(pos, whence) == 'Illegal seek' - bug ?
by hakkr (Chaplain) on Nov 15, 2004 at 14:46 UTC |