and I created a filehandle that was really just a scalar/variable. Whenever I call curl->perform, it adds to the variable instead of rewriting. What I really want is just a scalar to hold the response from cURL, but the post said to create a filehandle. Anyway, I want to store the response in a variable, not add it to a variable, because that messes my program up.