First of all, Perl is not an acronym(not that that really matters, but I thought I'd say).

Next, you would have to know some things where and how you will access the data.
Will the connection be via a USB bus? If that is the case, you will need to search CPAN for a good module.
Will the connection be via bluetooth? If that is so, you will also need to find a good module on CPAN.
Or will the script run directly on the phone(via PerlDroid or whatever it's called on Android)? In that case, it will be a simple matter of just opening the files or using DBI to interface to it.

The next thing you will need to look at is how the data is stored. That can vary from mobile to mobile. Often times it is either a CSV file or a directory of files(one for each contact/message).

Unfortunately, the Perl gods do not permit us to see into each other's minds, so you will need to be more specific ;)
Good luck!

~Thomas~

In reply to Re: Accessing Mobile Phone data by thomas895
in thread Accessing Mobile Phone data by asha_mail

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.