file: bin/raw_req_rep_hello_world_server.pl 1: #!/usr/bin/env perl 2: use 5.016; 3: use ZMQ::LibZMQ3; 4: use ZMQ::Constants qw(ZMQ_REP ZMQ_POLLIN);
we need to load some constants