WWW::Google::Docs::Upload - Upload documents to Google Docs


WWW-Google-Docs-Upload documentation  | view source Contained in the WWW-Google-Docs-Upload distribution.

Index


NAME

Top

WWW::Google::Docs::Upload - Upload documents to Google Docs

SYNOPSIS

Top

    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

Top

This module helps you to upload your local document files to Google Docs.

METHODS

Top

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

Top

Daisuke Murase <typester@cpan.org>

COPYRIGHT

Top


WWW-Google-Docs-Upload documentation  | view source Contained in the WWW-Google-Docs-Upload distribution.