my @todo = ( [ 'foo', 42, 'http://www.google.com' ], [ 'bar', 6, 'http://www.boingboing.net' ], . . . . . . [ 'mumble', 101, 'http://search.cpan.org' ], ); jewel( @$_ ) for @todo; # gloriously refactored code follows...