> Your sub looks ok, but of course we can't tell if any of > the regexes are actually matching.
The regexes are matching. I put a quick forech() loop to print out the keys and their values. Everything looks OK at the end of the sub. > Instead of ${$href}{'UserID'}, which is valid syntax, the > preferred idiom is: > > $href->{UserID} > > which is a bit easier to read. I'm starting to see that more and more. I'll start using it so I don't look 'outdated'. > You're doing it correctly, so the problem must be > somewhere else. Step through your code in the debugger. Never used it before. I'll see what I can come up with from the help/manpage. Thanks. --Chuck -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]