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

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