Ben Win Lue has asked for the wisdom of the Perl Monks concerning the following question:
I am a bit at a loss. I'm using a linux test system together with some co-workers. The perl debugger is only used by me and I'm using it only now and then. So nobody recognized when the debugger ceased to work.
Any perl -d call will result in:
Even things likeCan't modify constant item in scalar assignment at xxxx.pl line 0, nea +r "0;" BEGIN not safe after errors--compilation aborted.
throw this error message. Larger perl scripts, too. The error is always in line 0.perl -d -e 'print "X"'
BTW: perl -v is printing:
Thanks for any hint!This is perl, v5.8.8 built for x86_64-linux-thread-multi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Fatal error only in debug modus
by TomDLux (Vicar) on Dec 28, 2010 at 16:04 UTC | |
by Argel (Prior) on Dec 28, 2010 at 18:58 UTC | |
by Ben Win Lue (Friar) on Dec 29, 2010 at 07:59 UTC |