The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

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

SYNOPSIS

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