J
Jon Hendry
Hi,
I'm working on some perl scripts - one longish script and some
short .pm's containing object classes (one each).
This morning I was able to run the script. After lunch, it stopped
working for no apparent reason. It just fails, silently.
If I try running it in the debugger, the script terminates instantly,
with no error messages.
perl -wc reveals no problems with any of the files.
For a while, after experimenting with commenting out use statements, I
was able to get it to a point where it would fail and report that one
of the .pm's didn't return true, but that wasn't true either - all the
pm's included a terminal 1;.
Has anyone seen this before? Can anyone suggest a course of action? I
suspect it has something to do with 'use'd code.
I'm on OS X 10.4.8
Thanks!
I'm working on some perl scripts - one longish script and some
short .pm's containing object classes (one each).
This morning I was able to run the script. After lunch, it stopped
working for no apparent reason. It just fails, silently.
If I try running it in the debugger, the script terminates instantly,
with no error messages.
perl -wc reveals no problems with any of the files.
For a while, after experimenting with commenting out use statements, I
was able to get it to a point where it would fail and report that one
of the .pm's didn't return true, but that wasn't true either - all the
pm's included a terminal 1;.
Has anyone seen this before? Can anyone suggest a course of action? I
suspect it has something to do with 'use'd code.
I'm on OS X 10.4.8
Thanks!