impatient DBI query



Hi,

I have ordered my Perl DBI book (is that a leopard?) but I am
impatient and want to know how I could do a select/like statement a
bit like this:

SELECT foo FROM bar WHERE foo like 'baz%'

the % being the wildcard operator.

Any advice?
Dp.

.