Re: [Module-build-general] file i/o stuff
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-09-01 15:53:40
|
On Saturday, August 30, 2003, at 05:17 PM, Uri Guttman wrote: > > a good patch (so far :) > > you still are doing the slower print vs syswrite and also the read > slurping can be factored out. if you want to do that before i can, be > my > guest. :) I'm happy to factor out the slurping, but I don't care too much about print vs. syswrite. I'd probably rather use print, just because it's more standard and easier to fiddle with. > > i just don't like using IO::File for simple I/O stuff. it gains nothing > and it slows stuff down. Speed isn't really a major consideration here, maintainability is a lot more important. I do find the IO::File interface a bit more pleasant than using globs or the Symbol module (which is really just globs too). -Ken |