WWW::Google::Notebook::Note

WWW::Google::Notebook::Note is a Perl module with note object for WWW::Google::Notebook.
Download

WWW::Google::Notebook::Note Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jiro Nishiguchi
  • Publisher web site:
  • http://search.cpan.org/~jiro/Catalyst-Plugin-Authentication-Credential-BBAuth-0.03/lib/Catalyst/Plugin/Authentication/Credential/BBAuth.pm

WWW::Google::Notebook::Note Tags


WWW::Google::Notebook::Note Description

WWW::Google::Notebook::Note is a Perl module with note object for WWW::Google::Notebook. WWW::Google::Notebook::Note is a Perl module with note object for WWW::Google::Notebook.SYNOPSIS use WWW::Google::Notebook; my $google = WWW::Google::Notebook->new( username => $username, password => $password, ); $google->login; my $notebook = $google->add_notebook('title'); my $note = $notebook->add_note('note'); print $note->content; print $note->created_on; $note->edit('note2'); $note->delete


WWW::Google::Notebook::Note Related Software