Hello, i need some command which copyes everything what is seen on CMD screen? For example, i make a perl programm, which makes at the beginning
system ('clear');
and than
system ('systeminfo');
and than i need that perl "copyes" this information and sets it like "=$a" for example, so that i can worl with this and save it for example in a *.TXT document ...
Is perl able to do this ? Thank you for your time