Skip to content
Snippets Groups Projects
Commit 1eecf5d8 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

more complete synopsis

parent bdb0d9bf
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,11 @@
Connect to a fanout pub/sub server to receive and send messages
=head1 SYNPSIS
=head1 SYNOPSIS
my $fanout= Net::fanout->new( { PeerHost => 'ppt.example.org' });
$fanout->subscribe('mychannel');
$fanout->announce('mychannel', 'test message');
=cut
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment