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.

Details