debian man page for net::rendezvous::publish::service

Query: net::rendezvous::publish::service

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Net::Rendezvous::Publish::Service(3pm)			User Contributed Perl Documentation		    Net::Rendezvous::Publish::Service(3pm)

NAME
Net::Rendezvous::Publish::Service - a Rendezvous odvertised service
SYNOPSIS
use Net::Rendezvous::Publish; my $z = Net::Rendezvous::Publish->new; # publish a webserver on an odd port my $service = $z->publish( name => "My Webserver", type => "_http._tcp", port => 8231 ); # handle callbacks for 10 seconds for (1..100) { $z->step( 0.1 ) } # stop publishing the service $service->stop;
DESCRIPTION
A Net::Rendezvous::Publish::Service represents a service you tried to publish. You never create one directly, and instead are handed one by the publish method.
METHODS
stop Stop advertising the service.
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright 2004, Richard Clamp. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Net::Rendezvous::Publish - the module this module supports perl v5.10.1 2010-06-07 Net::Rendezvous::Publish::Service(3pm)
Related Man Pages
avahi-publish(1) - opensolaris
avahi-publish-service(1) - opensolaris
avahi-publish-service(1) - centos
avahi-publish-address(1) - centos
net::dbus::dumper(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph