in reply to Re^2: function chdir in Module Cwd broken?
in thread function chdir in Module Cwd broken?

In that case it would have to be altered to add getcwd(). But another view is that being overly explicit creates a bunch of noise. And it can make things brittle. Also there are rare cases where that changes the expected behavior of a module. The important thing is, know what use Foo "bar" means, and use it in a self-consistent way.

--
Snazzy tagline here
  • Comment on Re^3: function chdir in Module Cwd broken?