in reply to Re^4: Who are you, and what did you do to Net::Wake?
in thread Who are you, and what did you do to Net::Wake?

The command perl -MNet::Wake -le 'print $INC{"Net/Wake.pm"}' will give you the location of the module file Perl loaded. Take a look at that file: permissions (including of the parent directories), contents (whether it matches the source code from CPAN), and anything else that looks out of the ordinary. You could post that information, together with the output of perl -V, if you want other people to take a look.

Replies are listed 'Best First'.
Re^6: Who are you, and what did you do to Net::Wake?
by LanX (Saint) on May 02, 2014 at 00:02 UTC
    > ... contents (whether it matches the source code from CPAN) ...

    for completeness

    perldoc -m Net::Wake

    shows the content directly.

    edit

    and my pager shows the opened path in the bottom line.

    Cheers Rolf

    ( addicted to the Perl Programming Language)