Business-UTV

 view release on metacpan or  search on metacpan

lib/Business/UTV.pm  view on Meta::CPAN

package Business::UTV;

use strict;
use warnings;

use LWP::UserAgent;
use HTTP::Request::Common;
use URI::Escape;

our $VERSION = 0.05;
our $errstr = undef;

sub login
{
	my ( $class , $username , $password , $atts ) = @_;

	errstr( "" );



( run in 0.374 second using v1.01-cache-2.11-cpan-de7293f3b23 )