Perl Dancer Framework

Dancer is a micro framework used for writing Web applications. It is modelled after a Ruby framework called as ‘Sinatra’ that constructs web applications by building a list of HTTPs, URLs and different methods to handle that type of traffic to that specific URL.

Required Perl Modules
Dancer, Template Toolkit, File::Slurp, DBD::SQLite.

Template Toolkit : Front-end module to the template toolkit.

Web Scraping : A basic know-how

A Web  Scraper is a computer program that browses the World Wide Web in a methodical, automated manner or in an orderly fashion. Other terms for Web Scrapers are ants, automatic indexers, bots, web spiders, web robots, etc. The process is termed “web crawling”, and most site engines use it as a means to provide…