$template->param(
RESULTS => $self->dbh->selectall_arrayref('
SELECT age, day FROM table WHERE id = ?',
{ Slice => {} },
$self->session->param('cell')->{'sid'} )
);I saw that code and while I do database stuff I was wondering what that "Slice => {}" does?
Thanks, Robert -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
