Dhtmlx with Perl

I want to use dhtmlxGrid with Perl. I need to load Data to the Grid from database.

It’s possible?

Thank you

The component can work with any server side
On client side you will have something like

grid.load(“data.pl”);

Where data.pl is a Perl script, that will collect the necessary data and will output it as XML
docs.dhtmlx.com/tutorials__dhtml … step3.html