I am trying to create a internal webpage that will use Net::SSH::Perl to open an ssh session. What is the best way once I initiate a connection to keep it open so that I can pass input back and forth from the webpage? So i geuss my question is how do I keep my initial call of my cgi script accessible from to recieve input and output results??? Thanks in advance.