| WWW-Google-Docs-Upload documentation | view source | Contained in the WWW-Google-Docs-Upload distribution. |
WWW::Google::Docs::Upload - Upload documents to Google Docs
use WWW::Google::Docs::Upload;
my $docs = WWW::Google::Docs::Upload->new(
email => 'your email',
passwd => 'your password'
);
$docs->upload('/path/to/yourfile.doc');
This module helps you to upload your local document files to Google Docs.
Upload document file (named $filename) to Google Docs.
\%option is hashref and allowed key is:
Filename what you want to call (if different than the filename)
Daisuke Murase <typester@cpan.org>
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.
| WWW-Google-Docs-Upload documentation | view source | Contained in the WWW-Google-Docs-Upload distribution. |