I have requirement where in I have to find OS running on remote machine in perl. The machine can be running on any OS from windows, linux to aix. I have seen few solutions but unfortunately all requires to install third part tool which cannot be done in this case.
Can you please guide me to some way to get the remote machine OS details (name and version) without need to install third party tool.