Date: Mon, 2 Jul 2001 06:05:14 -0500
From: "Rich" <bigrich318@yahoo.com>
Subject: Re: inline average
Message-Id: <tk0lb388ag6g78@corp.supernews.com>

%$#@! typos.


print &{ Functions{showname} }() if $name;

Or,

&{ Functions{$command} }() if exists Functions{$command};


should be:

print &{ $Functions{showname} }() if $name;

Or,

&{ $Functions{$command} }() if exists $Functions{$command};




Rich




