Re: [CDBI] search with regular expression

Perrin Harkins <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.class-dbi
Message-ID <[email protected]>
On Wed, 2006-06-07 at 11:41 +0800, pangaoyong wrote:

>  could I do a search like this? 
> my $it = Music::CD->search(name=>/^Ja/);

my $it = Music::CD->search_like(name => 'Ja%');

- Perrin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.