I’m working with code written in Perl (64) on Windows 11. How can I get the client screen resolution in pixels?
I’ve tried using Term::ReadKey and GetTerminalSize() and expected the screen resolution in characters and pixels. But nothing is returned from GetTerminalSize().