From: Tom Browder [mailto:tom.brow...@gmail.com]
> > Given so many handy methods for built-in classes, it would be nice to have a > couple of more for some, for instance: > > IO:Path.stemname > Like basename except any suffix is removed > > IO::Handle.say (or println) > Like print except with an added newline. A way to tell if an IO-type handle (so socket, filehandle, pipe etc) is seekable. [Apologies in advance if it already exists & I’ve missed it] Paul