| Net::DVBStreamer::Client |
Net::DVBStreamer::Client
use Net::DVBStreamer::Client;
my $dvbs = new Net::DVBStreamer::Client();
$dvbs->close();
Net::DVBStreamer::Client blah blah blah
The new() method is the constructor for the Net::DVBStreamer::Client class.
If no host if specified, then 'localhost' is used.
server_version()
errno()
response()
authenticate()
- Add timeout when waiting for response
- Detect server closing connection
the IO::Socket::INET manpage, perl(1)
http://dvbstreamer.sourceforge.net/
Please report any bugs or feature requests to
bug-net-dvbstreamer@rt.cpan.org, or through the web interface at
http://rt.cpan.org. I will be notified, and then you will automatically
be notified of progress on your bug as I make changes.
Nicholas J Humfrey, njh@cpan.org
Copyright (C) 2007 Nicholas J Humfrey
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.005 or, at your option, any later version of Perl 5 you may have available.
| Net::DVBStreamer::Client |