NAME

slackget10::Network::Daemon - A class specific for daemon's instance.

Top


VERSION

Version 1.0.0

Top


SYNOPSIS

This class is specific for daemon's instance of slack-get... But since there is no difference between daemons and tools this class is useless. I think I will remove it in the next release.

    use slackget10::Network::Daemon;
    my $foo = slackget10::Network::Daemon->new();
    ...

Top


CONSTRUCTOR

new

Top


FUNCTIONS

function1

function2

Top


AUTHOR

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

Top


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. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Top


ACKNOWLEDGEMENTS

Top


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.

Top