NAME

WebService::UrbanDictionary - An interface to UrbanDictionary.com's JSON API

VERSION

version 1.003

SYNOPSIS

use WebService::UrbanDictionary;

my $definition = define_word('perl');

my $second_def = define_word('perl', 1);

DESCRIPTION

WebService::UrbanDictionary provides a set of procedural methods for accessing definitions and other data available through UrbanDictionary's online JSON API.

Methods

SEE ALSO

http://search.cpan.org/~sock/WWW-Search-UrbanDictionary-0.4/lib/WWW/Search/UrbanDictionary.pm

AUTHOR

William Woodruff william@tuffbizz.com

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by William Woodruff.

This is free software, licensed under:

The MIT (X11) License