
slackget10::SpecialFileContainerList - This class is a container of slackget10::SpecialFileContainer object

Version 1.0.0

This class is a container of slackget10::SpecialFileContainer object, and allow you to perform some operations on this packages list. As the SpecialFileContainer class, it is a slack-get's internal representation of data.
use slackget10::SpecialFileContainerList;
my $containerlist = slackget10::SpecialFileContainerList->new();
$containerlist->add($container);
my $conainer = $containerlist->get($index);
my $container = $containerlist->Shift();
Please read the slackget10::List documentation for more informations (slackget10::List).

This class constructor don't take any parameters.
my $containerlist = new slackget10::SpecialFileContainerList ();
return a list of all id of the SpecialFileContainers.

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

Please report any bugs or feature requests to bug-slackget10@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.

You can find documentation for this module with the perldoc command.
perldoc slackget10
You can also look for information at:

Thanks to Bertrand Dupuis (yes my brother) for his contribution to the documentation.

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.