for my $key ( keys %args ) {
$self->{$key} = $args{$key};
}
$self->{params} = '.json?apikey=' . $self->{api_key};
if ( $self->{pretty_print} eq 'true') {
$self->{params}
DESCRIPTION
This module is intended to provide an interface between Perl and the Rotten
Tomatoes JSON API. The Rotten Tomatoes API is a RESTful web service. In order
to use this library you must prov
6-1 alpha-2)
=head2 $obj->callback(...)
JSONP Support
$obj->callback(
callback_fn => method();
);
* B< callback_fn >
The API supports JSONP calls. Simply append a callback paramet