in reply to How to parse out unwanted characters in a text file using Perl

Can you set the TERM=dumb in the remote session? That should avoid having those created in the first place.
  • Comment on Re: How to parse out unwanted characters in a text file using Perl
  • Download Code

Replies are listed 'Best First'.
Re^2: How to parse out unwanted characters in a text file using Perl
by mizmaster22 (Novice) on Jun 10, 2011 at 20:24 UTC
    Can I set that from command line or within putty?

      putty? I thought you were using Net::Telnet?

      If you get a "normal" shell on the remote end, $pop->print("export TERM=dumb");.

      What's $pop->print("terminal type");?