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

I thought whitespaces doesn't really matter. This is not python :D

No, whitespace doesn't mostly matter, but maybe you invoked the MACRO precompiler features ( perlrun ) or loaded a source filter via PERL5OPT or something like that, something that inserted an extra stray curly brace or square bracket

Did you save a copy of the broken one? Did you  use Data::Dumper; use Path::Tiny; dd( path( $file )->slurp_raw ) ;

Replies are listed 'Best First'.
Re^4: Perl module error (ddumper)
by Vaclav_ (Novice) on Oct 05, 2013 at 02:00 UTC
    Yes I had use Data::Dumper; before "use - this broken module". Why would that be a problem?

      Yes I had use Data::Dumper; before "use - this broken module". Why would that be a problem?

      I didn't say that (what do you think the rest of the code was about?). I asked if you employed ddumperBasic debugging checklist Basic debugging checklist item 4 , to see what the bytes are in the file