Hi fellow monks,

Anyone here ever having to do stuffs with the Google Data API, e.g. accessing and manipulating Google Spreadsheets, using Perl? If yes, how do you go about it?

I've searched CPAN and the only thing that comes closest is Net::Google::GData, and at 0.01 I think that it doesn't do anything yet. Officially Google only supports PHP, Python, .NET, Java, Objective C, and Javascript. I'd prefer Perl though, would hate having to write it in PHP.

Actually, this is the first time ever I've experienced that CPAN doesn't have what I want yet other languages do. What a weird feeling :-) Proof that CPAN has been so good to me all these years.


In reply to Perl and Google Data API by dgaramond2

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.