REQ-REP Hello World
file: bin/raw_req_rep_hello_world_client.pl @c3e99e4d 8: my $context = zmq_init(); 9: my $client = zmq_socket($context, ZMQ_REQ); 10: zmq_connect($client, 'tcp://localhost:10001');
As this is another programm, we need to set up the zmq_context by calling zmq_init()