Perl

Highly capable, multi-purpose and feature-rich programming language.

Perl assistants

DevAssistant provides several assistants for Perl. If you run da command from command line, projects are created in current working directory. If you run da-gui, you can specify directories where the projects will be created.

Assistant for class

In order to create a class template, run:

$ da crt perl class -n <class_name>

Assistant for Dancer

In order to create a web template application with a Dancer, run:

$ da crt perl dancer -n <app_name>