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

Hello, I am wondering, if anybody knows of attempts of implementing or binding an IPFS (InterPlanetary File System) in perl?
https://ipfs.io/

Replies are listed 'Best First'.
Re: perl imlementation of IPFS
by jcb (Parson) on Feb 26, 2020 at 00:41 UTC

    Sounds like an interesting use for POE.

      Do you mean to implement ipfs with POE, don't even know, what it is :) and that page didn't really clarify.

        POE is an asynchronous event-based programming framework for Perl.