in reply to Re: Re: Re: Help with variables
in thread Help with variables
You seem to be passing in 'login' for the username.$ok = $obj->login($username, $password);
$device_object->login( 'login', "$PASSWORD" ) # Change 'login' to $USERNAME , which you need to pre-populate. # No need for quotes around "$PASSWORD".
By guaranteeing freedom of expression, the First Amendment also guarntees offense.