in reply to do not understand [Fatal] message
So that means If the condition is true and if DEBUG mode is on thenif (condition){ print "DEBUG ($.) Call Length det='$detail' ($dh:$dm:$ds)\n" if $DEBUG +; } else { # TODO : Might want to issue an alert and solder on! safedie print "FATAL ($.) Encountered line of unknown length (",$#line + 1,")" +; }
would be executed.print "DEBUG ($.) Call Length det='$detail' ($dh:$dm:$ds)\n" if $DEBUG +;
|
|---|