Shawn wrote at Wed, 10 Jul 2002 09:59:54 +0200:

> I think what you are looking for is:
>   $avg_resp_time->[0]
> 
> if you want to have the '@' at the front, I think you would need something like this:
> @{$avg_resp_time}[0]
> 
What should be better written as
${$avg_resp_time}[0]
if you want to access the value as a scalar :-)


Cheerio,
Janek

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to