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

NAME

slackget10::ServerList - A container of slackget10::Server object

VERSION

Version 1.0.0

SYNOPSIS

This class is used by slack-get to represent a list of servers store in the servers.xml file.

    use slackget10::ServerList;

    my $foo = slackget10::ServerList->new();
    ...

CONSTRUCTOR

new

Please read the slackget10::List doscumentation for more information on the list constructor.

FUNCTIONS

This class inheritate from slackget10::List, so have a look to this class for a complete list of methods.

AUTHOR

DUPUIS Arnaud, <a.dupuis@infinityperl.org>

BUGS

Please report any bugs or feature requests to bug-slackget10-networking@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=slackget10. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2005 DUPUIS Arnaud, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.