Yahoo::Photos

Yahoo::Photos is a Perl module that allows you to manage Yahoo photos.
Download

Yahoo::Photos Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lars Dieckow
  • Publisher web site:
  • http://search.cpan.org/~daxim/Yahoo-Photos-0.0.2/lib/Yahoo/Photos.pm

Yahoo::Photos Tags


Yahoo::Photos Description

Yahoo::Photos is a Perl module that allows you to manage Yahoo photos. Yahoo::Photos is a Perl module that allows you to manage Yahoo photos.SYNOPSIS # This is the programmatic interface. # The distribution also ships with a handy wrapper script # for simple uploading from the shell, # its documentation is linked at the end of this file. use Yahoo::Photos qw(); my $yp = Yahoo::Photos->new( credentials => undef, ); my $album = $yp->create_album( name => 'Visiting the zoo', access => 'public', ); $yp->upload( album => $album, files => , ); $yp->delete_album($album); Requirements: · Perl


Yahoo::Photos Related Software