Changeset 407
- Timestamp:
- 07/09/07 21:10:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
library/perl/trunk/Parse-Apache-ServerStatus-Extended/lib/Parse/Apache/ServerStatus/Extended.pm
r406 r407 23 23 24 24 my @scraped; 25 for ( @{ $ rows->scrape($content)->{rows} } ) {25 for ( @{ $table->scrape($content)->{rows} } ) { 26 26 next unless $_->{values}; 27 27 my $stat = $_->{values};
