in reply to editing of installed modules, a story of failure

A technique to figure out what's happening right now is the "V" module:
cpanm V perl -MV=Spreadsheet::ReadSXC # shows locations of installed files

Replies are listed 'Best First'.
Re^2: editing of installed modules, a story of failure
by LanX (Saint) on Mar 25, 2022 at 12:37 UTC
    > # shows locations of installed files

    perldoc -l does that, too. (mostly°)

    D:\>perldoc -l Data::Dump C:\Strawberry\perl\lib\Data\Dump.pm

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

    °) potential .pod files are usually nearby

Re^2: editing of installed modules, a story of failure (duplicate)
by LanX (Saint) on Mar 25, 2022 at 14:35 UTC
    Don't reap this is a problem/bug in the monastery.

    I went back and forth in the history of a an edit sessionsing session of this post.

    This will sometimes repost again, hence not only destroy the last edit but also produce duplicates.


    > # shows locations of installed files

    perldoc -l does that,too. (mostly)

    D:\>perldoc -l Data::Dump C:\Strawberry\perl\lib\Data\Dump.pm

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery