in reply to Re^3: Perl module error
in thread Perl module error

I did what you said, downloaded it and replaced, and it worked! But then when I add my additional code to the file, I get error again: "KeyManager.pm" did not return a true value". So what is this whitespace problem? White spaces should be ignored by perl, and I don't have new line after 1; Is it about the newline character? I'm using Notepad++ on windows.

Replies are listed 'Best First'.
Re^5: Perl module error (cat -A)
by Anonymous Monk on Oct 05, 2013 at 01:45 UTC

    So what is this whitespace problem?

    do like toolic told you and find out using cat -A file

    $ cat -A foo sub ^Mfoo ^M{ 1 ^M}^M
    ^M is \r aka CR