in reply to Managing TERM TYPE Option Requests with Net::Telnet
Since some of the servers that expect VT102 are erroring out, I would suggest using Term::VT102 along with Net::Telnet. You'll need to interface Term::VT102 with Net::Telnet though. The Term::VT102 distribution has an examples/directory that will show how to do that.