I am working on a cgi script that retrieves data from a telnet connection using Net::Telnet. The interaction of the cgi/html would be to submit a form value and have the cgi program retrieve the data via telnet and then parse and display the data back to html form. The only problem I am having is the telnet connection is not persistant and i have the overhead of going back through a login process each time. Is there any way to make this connection persistant so that each time the program runs it can find the existing telnet connection and just retrieve the data and not have to log in each time?