NAME
Net::RTorrent::DItem - Class of rtorrent item.
SYNOPSIS
my
$dloads
=
$obj
->get_downloads(
'complete'
);
my
$keys
=
$dloads
->list_ids;
my
$ditem
=
$dloads
->get_one(
$key
);
if
(
$ditem
->attr->{left_bytes} ) {
$ditem
->stop
}
ABSTRACT
Net::RTorrent::DItem - Class of rtorrent item.
DESCRIPTION
Net::RTorrent::DItem - Class of rtorrent item.
METHODS
attr
Attributes for torrent.
stop
Stop torrent
SEE ALSO
Collection::Utl::Item
AUTHOR
Zahatski Aliaksandr, <zag@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.