in reply to simple array question

You can get additional debugging info using diagnostics (Tip #1 from Basic debugging checklist):
use diagnostics;

Replies are listed 'Best First'.
Re^2: simple array question
by tw (Acolyte) on Jan 03, 2011 at 04:51 UTC
    Thanks all for very helpful and speedy replies.