Ok basically I have written a module, and it works, I have updated the documentation in the module, and it works for the most part. What I am seeing is that when I use a single quote that the line looks like this when you use perldoc.



ookup::GetInfo(’$affiliate’,’$ip_address’,’$d
slam’,’$query’);



I have tried changing the terminal type. I have tried changing the font. I have tried changing the default character set, and nothing seems to make it where I can use the single quotes. I also seem to be having an issue with using < or > around an email address, they show up as <lt> and <gt> .



I CAN use double quotes, however I would like to know why this is happening.



Chris Hood