prev <<
ZeroMQ & Perl
>> next
The Subscriber using ZMQx::Class
If we set a
SUBSCRIBE
value, the publisher will only sent messages to this subscriber which start with the given substring.
~$
zmqx_subscriber.pl the_streets
Only get info about "The Streets"
~$
zmqx_subscriber.pl the_
Get info on all "The" bands