print 'There are ' . words_before( $word, $string ) . ' words before "' . $word . '" in the string "' . $string . '"' . "\n";