file: bin/zmqx_subscriber.pl 6: my $subscriber = ZMQx::Class->socket('SUB', connect=>'tcp://localhost:10001'); 7: $subscriber->set_subscribe($ARGV[0] || '' );
nice helper methods instead of annoying function calls