in reply to Perl Script stops in middle of execution, no error messages
Is it stopping just after, or on that line? For example, if $DIR_INPUT == "/dev", and $FILE == "zero", this could happen. Do you have a print statement before and after the statement you think is having problems to verify that this line is actually the culprit? It is hard to tell what is happening without the context.
Other than that, please include some more code so that there is some context.
--MidLifeXis
|
|---|