ables;
use 5.008008;
use strict;
use warnings;
use Carp;
use CGI::Simple;
use DBI;
use JSON::XS;
use SQL::Abstract::Limit;
use JQuery::DataTables::Request;
our $VERSION = '0.08';
#
mns,$as_hash);
}
sub print_json {
my $self = shift;
my $json = $self->json;
print "Content-type: application/json\n\n";
print $json;
}
sub table_data {
output;
} # /table_data
sub json {
my $self = shift;
my $output_href = $self->table_data;
return encode_json $output_href;
} # /json
sub _create_datatables_reque