Creazilla on Perl (abbreviated as Crop) is a Perl framework with the main goal to make writing web scripts much easy.
No wide experience is required to programming a top-level script.
The SQL-layer is hidden from a programmer.
Crop implements:
class attributes inheritance
automatic object synchronization with warehouse
http request routing, parameter parsing
multiple warehouses of different type at the same time
role-based access system
The Crop has lightweight, simple and clear architecture, that makes changes to Crop itself simple. Crop uses common Perl syntax. Getters/setters are the only code Crop generates implicitly, so debugging is easy.