in reply to connect to AndroidDebugBrigde (adb) using PERL

I would simply use qx() to run the appropriate adb commands.

Replies are listed 'Best First'.
Re^2: connect to AndroidDebugBrigde (adb) using PERL
by kennethk (Abbot) on May 03, 2016 at 21:40 UTC
    I've never run adb, but if it operates like a classic terminal, the OP will want two-way communication. Thus, they should look at:

    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.