typester / www-google-docs-upload
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
Daisuke Murase (author)
Sun May 11 20:43:45 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.shipit | Sun May 11 20:02:27 -0700 2008 | |
| |
Changes | Sun May 11 20:43:45 -0700 2008 | |
| |
LICENSE | Wed May 07 09:17:57 -0700 2008 | |
| |
MANIFEST | Sun May 11 20:02:27 -0700 2008 | |
| |
MANIFEST.SKIP | Wed May 07 09:17:57 -0700 2008 | |
| |
Makefile.PL | Sun May 11 20:02:27 -0700 2008 | |
| |
README | Sun May 11 18:28:04 -0700 2008 | |
| |
example/ | Sun May 11 20:42:48 -0700 2008 | |
| |
lib/ | Sun May 11 20:43:45 -0700 2008 | |
| |
t/ | Wed May 07 09:17:57 -0700 2008 |
README
NAME
WWW::Google::Docs::Upload - Upload documents to Google Docs
SYNOPSIS
use WWW::Google::Docs::Upload;
my $docs = WWW::Google::Docs::Upload->new(
email => 'your email',
passwd => 'your password'
);
$docs->upload('/path/to/yourfile.doc');
DESCRIPTION
This module helps you to upload your local document files to Google
Docs.
METHODS
upload($filename, \%option)
Upload document file (named $filename) to Google Docs.
\%option is hashref and allowed key is:
name
Filename what you want to call (if different than the filename)
AUTHOR
Daisuke Murase <typester@cpan.org>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included
with this module.
