Perl running cmd with backspace

272 Views Asked by At

When I run an application (wget.exe) using cmd, the output contains backspace characters that make the output display nicely. But when I run it in perl using open or backstick with 2>&1, it prints out the output in a different way that doesn't use backspace. How can I still keep the backspace display?

0

There are 0 best solutions below