Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Flickr::API::Upload

Name Flickr::API::Upload
Version 1.28
Located at /usr/share/perl5
File /usr/share/perl5/Flickr/API/Upload.pm
Is Core No
Search CPAN for this module Flickr::API::Upload
Documentation Flickr::API::Upload
Module Details Flickr::API::Upload

NAME

Flickr::API::Upload - An upload via the Flickr API


SYNOPSIS

Using the OAuth form:

  use Flickr::API;
  use Flickr::API::Upload;
  my $api = Flickr::API->import_storable_config($config_file);
  my $response = Flickr::API->upload({
               'photo'       => 'path/to/photo,
                'async'       => 0,
                'title'       => 'My vacation picture',
                'description' => 'Here I am, riding a horse',
  });


DESCRIPTION

This modules does most of the work for the upload method in Flickr::API.


AUTHOR

Copyright (C) 2016, Louis B. Moore <lbmoore@cpan.org>


SEE ALSO

the Flickr::API manpage. the Net::OAuth manpage,

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026