Template Toolkit style
[DEFAULT]
find_author=\
select isbn,title,author from books where author=[% author %]
# [% author %] (default Template Toolkit style)
$q->delimiters( qr{ \[% \s* (\w+) \s* %\] }x );
