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 | |
by Anonymous Monk on Oct 05, 2013 at 02:13 UTC |