I am using a perl script to insert some data into a mySQL database, however when ever I insert a £ sign it comes out in mySQL as £. I am sure this is something to do with the character set being used but do not how how to change this in either the connection from perl or in mySQL.
Any help would be greatly appreciated.