<<THUD>>

On Sunday, May 1, 2011 12:10:07 PM UTC-7, Kostya Vasilyev wrote:
>
> 01.05.2011 22:55, Bob Kerns пишет:
> > There is no bad idea which cannot be embellished.
> >
> > Hey, I know perl real well. Can we get that on Android, too?
>
> Someone already did:
>
> http://code.google.com/p/perldroid/
>
> http://szabgab.com/blog/2010/05/perl-on-android.html
>
> Now, this should settle once and for all all discussions about properly 
> using location listeners :)
>
> > use Android;
> > my $d = Android->new;
> > for (1..10) {
> > my $loc = $d->getLastKnownLocation;
> > print "Long: $loc->{result}{longitude} Lat: $loc->{result}{latitude}\n";
> > sleep 1;
> > }
>
> -- 
> Kostya Vasilyev -- http://kmansoft.wordpress.com
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to