i wrote a few programs that involve saving text and printing it on the screen later but everytime the user puts in an ' it puts a \ before it.. whats up with this and is there anyway to fix it?

print "this is what's wrong";
output: this is what\'s wrong

thanks in advance
oOBlackOrbOo