in reply to Re: Parsing Query Strings in a file
in thread Parsing Query Strings in a file
Thank you.
Removing if ($in{$name}) { $value = $in{$name} . ", " . $value; }
solved the problem. I was completely overlooking that when trying to fix this.
Thanks again.
Jer