file: bin/raw_req_rep_hello_world_client.pl 8: my $context = zmq_init(); 9: my $client = zmq_socket($context, ZMQ_REQ); 10: zmq_connect($client, 'tcp://localhost:10001');
The client is now connected to the server