On Wed, 30 Jul 2003, Robert Murray wrote: I would think a better log would be something like
my %row = ('selectcode' => $_, 'selectdesc' => $$pwqref{$_}, 'isSel' => $sel); push @htmlselect, \%row; Log(" ". join(', ', map("$_\=".$row{$_}, keys %row))) if $debug; (or something along those lines) so that you're getting what actually gets set in the array, rather than what you're hoping got set in the array. They *should* be the same thing, unless you're getting warnings about an odd number of arguments, but you can never be too safe in debugging. Not that I'm saying that's where the error is. Just that that's where the error would be if it was my code... -- Karen J. Cravens [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users