nce::CampBX;
$Finance::CampBX::VERSION = '0.2';
use strict;
use warnings;
use LWP::UserAgent;
use JSON -support_by_pp;
sub ticker(){
return sendrequest("http://campbx.com/api/xticker.php");
}
sub
$url );
}
if ($response->is_success) {
my $content = $response->content;
my $json = new JSON;
return $json->utf8->decode($content);
} else {
return 0;
}
}
sub new {
my $package =