Requirements

  • Perl
  • LWP
  • XML::Simple

Description

A simple example of authentication and uploading a file from Perl. Should be fairly straight forward to extend into a full API wrapper.

Version History

0.1 – December 16, 2007
Initial release.

Installation instructions

Standalone command-line script, should run most places Perl is installed.

  1. Download the most recent version.
  2. Fill in the $viddler_user, $viddler_password, and $api_key variables with your own values.
  3. Look at the bottom of the script for the “Example” comment. Edit as needed.
  4. perl viddler_upload.pl

Licensing

This example is in the public domain.