Variable Substitution

prev next

Simple templating

  [BASE]
  find_author=\
      select isbn,title,author from books where author = :author
  # :author
  $q->delimiters( qr{ :(\w+) }x );