# New Ticket Created by Andy Lester # Please include the string: [perl #63346] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63346 >
the "ok 3" is coming out as "ok" but prove doesn't complain. my @a = (1, 2, 3); say 'ok ' ~ @a[0]; say 'ok ' ~ @a[1]; say 'ok ' ~ @a[-1]; This is hiding the fact that @a[-1] is not working. -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance