in reply to Re^3: IE not setting or retireving cookies
in thread IE not setting or retireving cookies

Excellent! I've got that working fine, but...
When I run the data through a SELECT query for a MySQL database it says that it is not in the database which is weird because that is where it came from in the first place. (This is a work around for an IE bug.) If I hard code the data it finds it in the database.
This works: my ($cat) = "Animals";
Even though the data is the same this doesn't: my ($cat) = param(butCat);
I haven't been able to find an answer in MySQL or Perl tutorials so far. Do you have any ideas?
Thanks.