our $VERSION = '1.000';
our @EXPORT_OK = qw/off/;
-use constant OFF_URL => 'http://offliberty.com/off54.php';
+use constant OFF_URL => 'http://offliberty.com/off02.php';
use HTML::TreeBuilder;
use HTTP::Tiny;
-my $http = HTTP::Tiny->new(agent => "WWW-Offliberty/$VERSION ", default_headers => {Referer => "http://offliberty.com/"});
+our $http = HTTP::Tiny->new(agent => "WWW-Offliberty/$VERSION ", default_headers => {Referer => "http://offliberty.com/"});
sub off{
my ($url, @params) = @_;