This is probably more of an http question than a Perl question even though my scripts are Perl. It just seems like someone here always has the answer anyway.... ;)
When passing data into a script with the GET method, ie, adding arguments in the URL, there are certain characters that can't be used, such as +, & and %... I believe these should be written in the path translated to a string like '%22' or similar. It's just that I can't for the life of me find a list of what characters must be translated and what they are translated TO. Since this is mucking up my script pretty badly, I could really use a link here...