Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Issue with capture the output of android command in perl

by shmem (Chancellor)
on Nov 27, 2013 at 09:27 UTC ( [id://1064587]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @lines= $port->cmd("input keyevent 66"); # added i
    print "Number of lines returned: ", scalar(@lines), "\n";
    ...
    for( @lines ) {
        print ">$_<\n"
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1064587]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-24 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found