Help for this page
my $cmd = 'mplayer command line'; my $child_pid = fork(); ... if ( ! $child_pid ) { exec $cmd or die "Can't exec '$cmd': $!"; }