in reply to Finer points of Class::DBI
HTHforeach my $area (Areas->retrieve_all()) { my $stats = $area->stats(month => 8); print join(', ', $area->name, $stat.name, $stat->disk, $stat->month), "\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Finer points of Class::DBI
by sintadil (Pilgrim) on Sep 13, 2004 at 22:48 UTC | |
by cleverett (Friar) on Sep 14, 2004 at 05:59 UTC | |
by rlb3 (Deacon) on Sep 14, 2004 at 13:16 UTC |