Changeset 403
- Timestamp:
- 07/09/07 17:40:49 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
library/perl/trunk/Parse-Apache-ServerStatus-Extended/lib/Parse/Apache/ServerStatus/Extended.pm
r402 r403 53 53 =head1 NAME 54 54 55 Parse::Apache::ServerStatus::Extended - Simple module to parse apache's server extendedstatus.55 Parse::Apache::ServerStatus::Extended - Simple module to parse apache's extended server-status. 56 56 57 57 … … 79 79 =head1 DESCRIPTION 80 80 81 This module parses the content of apache's server extendedstatus.It works nicely with81 This module parses the content of apache's extended server-status.It works nicely with 82 82 apache versions 1.3 and 2.x. 83 83 … … 86 86 =head2 new() 87 87 88 Call C<new()> to create a new Parse::Apache::ServerStatus object.88 Call C<new()> to create a new Parse::Apache::ServerStatus::Extended object. 89 89 90 90 =head2 request() … … 96 96 =head2 parse() 97 97 98 Call C<parse()> to parse the server status. This method returns an array reference with98 Call C<parse()> to parse the extended server status. This method returns an array reference with 99 99 the parsed content. 100 100
