If I have a string that I am parsing to put into a database and the same n characters are being pulled off a string, I want to pull those chars from the string and leave the rest of the string. I want the first n chars put into $x, then removed from the string. Then the first n chars in the new string put into $y.