On Sunday, June 1, 2003, at 03:27 PM, Ken Tozier wrote:
my $description = DescribeCritter(\% wombatStats);
This is passing a hash to a hash. No reference required for that. Just drop the \. I also believe you have a space after the % that shouldn't be there.
Hope that helps.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]