As usual, sorry if this has been asked before. I've been scouring the module documentation and thus far been unable to find an answer to this question. Googling also yields no results.
If I pass an arrayref of hosts to the the new() method (or I suppose even if I just passed one), is there any way later on, via another method or otherwise, to know what server I'm connected to? This seems like a pretty important thing to be able to find out, even better if there was like a status() method that could return host, port, TLS status, etc. for the object's associated server. Any ideas?