Doctrin has asked for the wisdom of the Perl Monks concerning the following question:

Hello dear Monks. Could anyone please tell me how to deal with HandlerSocket in Perl? Looks like we need to use CHI::Driver::HandlerSocket for that, but I haven't found any use-cases of it in the Net. There are examples that use Net::HandlerSocket module, but this module is absent on CPAN. Thanks

Replies are listed 'Best First'.
Re: Dealing with HandlerSocket in Perl
by 1nickt (Canon) on Jul 21, 2015 at 11:28 UTC

    Net::HandlerSocket is on github (but most of the code looks to be four or five years old).

    The way forward always starts with a minimal test.
      Thanks for your help!