The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Wolfram::DataDrop - Access the Wolfram DataDrop API

SYNOPSIS

  use WWW::Wolfram::DataDrop;

  my $bin = Databin('id');
  $bin->add(name => 'Peter', age => 33);

DESCRIPTION

WWW::Wolfram::DataDrop allows you to write to the Wolfram DataDrop API. It's not yet possible to create, remove or update DataDrops.

AUTHOR

Peter Stuifzand <peter@stuifzand.eu>

COPYRIGHT

Copyright 2017- Peter Stuifzand

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO