perlNinny has asked for the wisdom of the Perl Monks concerning the following question:
I have some perl code that calls cmd. I get the exitcode and if its a core dump, I print 'BAD' before the file name that caused the dump, otherwise I print the results. What I have found out is that the bad files will print all in a bunch at the end of the output and not interspaced within as I expected.
What'z going on!?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: The weirdest thing....
by Corion (Patriarch) on May 09, 2007 at 21:01 UTC | |
Re: The weirdest thing....
by former33t (Scribe) on May 09, 2007 at 21:07 UTC | |
by Joost (Canon) on May 09, 2007 at 21:32 UTC | |
by jdporter (Chancellor) on May 09, 2007 at 21:36 UTC | |
by Joost (Canon) on May 09, 2007 at 21:38 UTC | |
by former33t (Scribe) on May 10, 2007 at 19:25 UTC | |
by ikegami (Patriarch) on May 12, 2007 at 16:15 UTC | |
Re: The weirdest thing....
by jdporter (Chancellor) on May 09, 2007 at 21:23 UTC | |
by tbone1 (Monsignor) on May 11, 2007 at 13:05 UTC |
Back to
Seekers of Perl Wisdom