Book Searching with Perl Under The Hood 24 of 29 : [PREV] [NEXT]

Details Template

      # The Book page
      $template = <<END;
<meta name="target" content="[% target %]" />[% ... %]
<meta name="reference" content="[% reference %]" />[% ... %]
<meta name="isbn" content="[% isbn %]" />[% ... %]
<meta name="graphic" content="[% graphic %]" />[% ... %]
<meta name="safari" content="[% ... %]" />[% ... %]
<meta name="book_title" content="[% title %]" />[% ... %]
<meta name="author" content="[% author %]" />[% ... %]
<meta name="keywords" content="[% ... %]" />[% ... %]
<meta name="description" content="[% description %]" />[% ... %]
<meta name="date" content="[% pubdate %]" />[% ... %]
END
  • more detail template for the book details page

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/