GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Google::PicasaWeb::Comment(3) User Contributed Perl Documentation Net::Google::PicasaWeb::Comment(3)

Net::Google::PicasaWeb::Comment - represents a single Picasa Web comment

version 0.11

  my @comments = $service->list_comments;
  for my $comment (@comments) {
      print "Title: ", $comment->title, "\n";
      print "Content: ", $photo->content, "\n";
  }

Represents an individual Picasa Web comment. This class extends Net::Google::PicasaWeb::Feed.

The URL used to get information about the object. See "url" in Net::Google::PicasaWeb::Feed.

This is the name of the person that made the comment. See "title" in Net::Google::PicasaWeb:::Feed.

This is the comment that was made.

This is the author of the comment. See "author_name" in Net::Google::PicasaWeb::Feed.

This is the URL to get to the author's public albums on Picasa Web. See "author_uri" in Net::Google::PicasaWeb::Feed.

This is the unique ID for the comment. See "entry_id" in Net::Google::PicasaWeb::Feed.

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

This software is copyright (c) 2011 by Andrew Sterling Hanenkamp.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2011-05-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.