http://www.perlmonks.org?node_id=1027417


in reply to Concise code to list array elements

$sth->execute( @{ $role[$row] }[1..10] );

Replies are listed 'Best First'.
Re^2: Concise code to list array elements
by tel2 (Pilgrim) on Apr 08, 2013 at 04:16 UTC
    Thanks heaps, Gangabass!  Exactly what I need.