in reply to A clue!
in thread vanishing system call
If I use $!, I get a message that says "not enough space"...
This is because $! is not the right variable to use, and probably has never been set in your program (and so contains some random and unrelated value). See the above post by virtualsue for the correct debugging method for system.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: A clue!
by sauoq (Abbot) on Sep 20, 2002 at 23:01 UTC |