On May 16, 2004, at 6:58 PM, Brent 'Dax' Royal-Gordon wrote:
Jeff Clites wrote:+ local $/; + return if <FROM> eq <TO>;
I hope none of these files are too big. Otherwise, that'll be a painfully huge slurp...
Yeah, I know, but I opted to not loop line-by-line, since these are source-code files, and not expected to be multi-megabyte. But if it's ever a problem, it's obvious how to fix it.
JEff