in reply to Re: accessing array elements using a reference
in thread accessing array elements using a reference

Yes but why @{$hash{"one"}}[0] does not generate a warning while @array[0] does?

Replies are listed 'Best First'.
Re^3: accessing array elements using a reference
by grizzley (Chaplain) on May 20, 2008 at 06:37 UTC
    My fault, I copied wrong code for testing and didn't understand the question. But I think BrowserUk has a good answer for you.