> On 11 Jan 2015, at 10:57, MAX PUX <isleof...@gmail.com> wrote: > is there a way to debug core modules like IO::Socket::INET?
Generally, you can copy a module out of the core settings and run from source: the module in source will hide the one from the settings. Is that what you mean? Liz