if ( $status == 3 ) { print "The ups is normal\n"; } else { print "The ups is on battery\n"; } $session->close;