Variable Substitution

prev next

Template Toolkit style

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