Home : General : Perl Programming :

General: Perl Programming: Re: [Alex] Table Size: Edit Log

Here is the list of edits for this post
Re: [Alex] Table Size
I decided to add it to my sql module (using the SHOW TABLE STATUS query)

So now I can do:

my $tabs = $DB->table( string or arrayref of tables )->show;

...and it returns a hashref of hashrefs. I can then do:

$tabs->{table_name}->{Data_length}

Last edited by:

Paul: Jul 25, 2002, 5:11 PM

Edit Log: