Re: Debug core modules

2015-01-11 Thread Elizabeth Mattijsen
> On 11 Jan 2015, at 10:57, MAX PUX 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

Debug core modules

2015-01-11 Thread MAX PUX
Hi, is there a way to debug core modules like IO::Socket::INET? Thanks, Massimo