That's the reason on eqlive you have to say the phrase "bind my soul". But Perl will misinterpret it if you just try to put the phrase in there with spaces.
Try to put backslashes in front of the spaces in the regex.
Code:
if($text=~/bind\ my\ soul/i)