Help for this page
8.25: How can I capture STDERR from an external command?
#!/usr/bin/perl use warnings; ... # It is important to waitpid on your child process, # otherwise zombies could be created.