NAME
Slackware::Slackget::SpecialFileContainerList - This class is a container of Slackware::Slackget::SpecialFileContainer object
VERSION
Version 1.0.0
SYNOPSIS
This class is a container of Slackware::Slackget::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 Slackware::Slackget::SpecialFileContainerList;
my $containerlist = Slackware::Slackget::SpecialFileContainerList->new();
$containerlist->add($container);
my $conainer = $containerlist->get($index);
my $container = $containerlist->Shift();
Please read the Slackware::Slackget::List documentation for more informations (Slackware::Slackget::List).
CONSTRUCTOR
new
This class constructor don't take any parameters.
my $containerlist = new Slackware::Slackget::SpecialFileContainerList ();
get_all_media_id
return a list of all id of the SpecialFileContainers.
AUTHOR
DUPUIS Arnaud, <a.dupuis@infinityperl.org>
BUGS
Please report any bugs or feature requests to bug-Slackware-Slackget@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Slackware-Slackget. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Slackware::Slackget
You can also look for information at:
Infinity Perl website
slack-get specific website
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Thanks to Bertrand Dupuis (yes my brother) for his contribution to the documentation.
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.