$directoryListing = `vlc`.`home/muze/sound.avi`; print $directoryListing; my $pid = fork(); if( $pid == 0 ){ print "VLC Player running\n"; }