Main > Programming > Libraries >

WWW::Google::Notebook 0.01

WWW::Google::Notebook 0.01

Sponsored Links

WWW::Google::Notebook 0.01 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.004 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1069
Date added: 2006-11-22
Publisher: Jiro Nishiguchi

WWW::Google::Notebook 0.01 description

WWW::Google::Notebook is a Perl interface for Google Notebook.

SYNOPSIS

use WWW::Google::Notebook;
my $google = WWW::Google::Notebook->new(
username => $username,
password => $password,
);
$google->login;
my $notebooks = $google->notebooks; # WWW::Google::Notebook::Notebook object as arrayref
for my $notebook (@$notebooks) {
print $notebook->title, "n";
my $notes = $notebook->notes; # WWW::Google::Notebook::Note object as arrayref
for my $note (@$notes) {
print $note->content, "n";
}
}
my $notebook = $google->add_notebook(title); # WWW::Google::Notebook::Notebook object
print $notebook->title;
$notebook->rename(title2);
my $note = $notebook->add_note(note); # WWW::Google::Notebook::Note object
print $note->content;
$note->edit(note2);
$note->delete;
$notebook->delete;

This module priovides you an Object Oriented interface for Google Notebook, using unofficial API.

WWW::Google::Notebook 0.01 Screenshot

Advertisements

WWW::Google::Notebook 0.01 Keywords

Bookmark WWW::Google::Notebook 0.01

Hyperlink code:
Link for forum:

WWW::Google::Notebook 0.01 Copyright

WareSeeker periodically updates pricing and software information of WWW::Google::Notebook 0.01 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of WWW::Google::Notebook 0.01 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
WWW::Google::Notebook::Note is a Perl module with note object for WWW::Google::Notebook. Free Download
WWW::Google::Notebook::Notebook is a Notebook object for WWW::Google::Notebook. Free Download
WWW::Google::Video is a fetch the Google Video Information. Free Download
WWW::Google::PageRank is a Perl module to query google pagerank of page. Free Download
WWW::Google::Groups is a Perl module for Google Groups Agent. Free Download
WWW::Google::Calculator is a Perl interface for Google calculator. Free Download
Net::Google::tool is a base class for Net::Google service classes. Free Download
Geo::Google::Location is a geographical point. Free Download