Help for this page
#!/usr/bin/perl ... printf "Offset %s\n",$stmt->offset; printf "Order Columns %s\n",join',',map{$_->column}$stmt->order +; __END__