Hi, the manual says, that `$_' is locally scoped. But now, I want to change that variable in a subroutine. I would like to propagate that change up to the caller. Why? I currently implement the `IO#each' method for `StringIO'. As `IO#each' would assign its read line to `$_' I have to do the same. Any way? \cle