why does perl system function returns -1, and $! has 'no child process' even though the
command execution goes fine ( redirected result it is properly available - which ensures
command executed correctly )
And just before executing $SIG{'CHLD'} is set to DEFAULT. What can be the reason for
the -1 returned? Command executed is date command.