my $start = param('start'); my $display = 20; print map { "@$_\n" } splice @sorted, $start, $display);;