On Sunday, June 1, 2003, at 04:12 PM, Ken Tozier wrote:
No luck. Dropping the \ in 'my $description = DescribeCritter(\%wombatStats);' didn't fix the problem.
You're right. I was dumb. Let me try again...
my $description = DescribeCritter(\% wombatStats);
Drop the backslash and space here, as I said before.
my %input_rec = $_[0];
The one I missed. Replace $_[0] with @_, so we can get the whole thing instead of just the first entry.
Sorry about that.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]