Thread fork führt zu falschem return code
(5 answers)
Opened by TobEx at 2011-11-28 16:14
siehe perldoc -f system:
Code: (dl
)
1 If you'd like to manually inspect "system"'s failure, you can check wenn du $? >> 8 ausgibst, bekommst du die 2. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |