my $pid = fork; if ( !$pid ) { # in the child process system $paplay_path, '/usr/share/sounds/gnome/default/alert/sonar.ogg'; } # parent proc continues here