> On 2 Jan 2017, at 23:49, Erik Colson <e...@ecocode.net> wrote:
> I'm considering to write a small IoT script in perl6.  For this I need
> serial communication as Perl5 has Device::SerialPort.  As this module
> has not (yet) been ported to perl6, I suppose I can achieve this with
> Inline-ing.  But of course, Perl6 can inline a lot of languages.
> 
> So: Which library would you use ?

How about starting with Inline::Perl5 and “use Device::SerialPort:from<Perl5>” ?


Liz

Reply via email to