Man Page: net::rendezvous::publish::service
Operating Environment: debian
Section: 3pm
Net::Rendezvous::Publish::Service(3pm) User Contributed Perl Documentation Net::Rendezvous::Publish::Service(3pm)NAMENet::Rendezvous::Publish::Service - a Rendezvous odvertised serviceSYNOPSISuse 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;DESCRIPTIONA 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.METHODSstop Stop advertising the service.AUTHORRichard Clamp <richardc@unixbeard.net>COPYRIGHTCopyright 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 ALSONet::Rendezvous::Publish - the module this module supports perl v5.10.1 2010-06-07 Net::Rendezvous::Publish::Service(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |