Help for this page
#!/usr/bin/perl -w use strict; use IPC::Open3; ... waitpid( $pid, 0 ); close LOG; }