Source code for the Wine Finder Channel

By now, you probably understand the personalization process enough that you could go and replicate the findagoodwine.com channel all on your own. But just in case, here is the source code I used to generate the channel.

  • frontpage.pl generates a front page. See frontpage.pl in the sample code appendix.

  • searchform.html is the plain HTML form used to submit a search. See frontpage.pl in the sample code appendix.

  • winesearch.pl stores wine search information in a database. See frontpage.pl in the sample code appendix.

  • realsearch.pl is the real search mechanism—lacking real wine data, we just generated random results.

You should now have everything to create some really interesting channels.