I want to write some XS code for my Perl bot as my pure Perl A* is not quite fast enough. In order to provide the modules to run on the competition server I will have to compile them for the correct platform.
On top of this I want to use some features of Time::Hires which is only available on POSIX based systems, so I really need to know what they are running.
Anyone know where I can find out what platform the Perl interpreter will be running on?
Many Thanks,
Paul
[edit: typo]