The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Queue::Q4M::Status - A Q4M Status Object

SYNPSIS

  my $q4m = Queue::Q4M->connect(...);
  my $status = $q4m->status;

  print "rows written: ", $status->rows_written, "\n";

DESCRIPTION

For a list of possible attributes (such as rows_written) please see the actual q4m manual. This module will parse the output of

  SHOW ENGINE QUEUE STATUS

and generates accessors for these attributes automatically

METHODS

fetch($dbh)

Given a database handle, creates a Queue::Q4M::Status instance