in reply to DBI search for forward slash
Are you certain that there is a row with the column string containing exactly /a/b/c? The database seems to think no.
What database are you using?
Does running the SQL from the console work? SELECT * FROM `texts` WHERE `string`='/a/b/c'
In Section
Seekers of Perl Wisdom