my @cds = $cd_rs->search_literal('year = ? AND title = ?', qw/2001 Reload/); my $newrs = $artist_rs->search_literal('name = ?', 'Metallica');