Hi,
try:
DSolve[q[p] + q'[p] + 8 == 0, q[p], p]
The solution is:
{{q[p] -> -8 + E^-p C[1]}}
Cheers,
M.
Bless You, Laddie!