in reply to Re: local scoped cwd
in thread local scoped cwd

Non-Unix users take note. You can use the Cwd module instead of chomping `pwd` to make the above portable.

That said I think the above tie implementation would be a nice addition to the Cwd module.

UPDATE
Shouldn't the FETCH method return the real cwd and not just the last thing it was set to through the tied variable?