in reply to Fatal error only in debug modus
If you make a syntax error in print "X", for example leaving out one of the quotes, it is reported as an error in line 1. So line 0 errors must occur before getting to the expression to evaluate.
I would check if you have aliased the perl command in some way.
$ alias perl perl: alias not found
But you may find it defined to something, possibly involving -e'0=1'.
As Occam said: Entia non sunt multiplicanda praeter necessitatem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Fatal error only in debug modus
by Argel (Prior) on Dec 28, 2010 at 18:58 UTC | |
|
Re^2: Fatal error only in debug modus
by Ben Win Lue (Friar) on Dec 29, 2010 at 07:59 UTC |