Date: Mon, 2 Jul 2001 06:05:14 -0500 From: "Rich" Subject: Re: inline average Message-Id: %$#@! 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