Hi, I have some interests in developing games as a hobby work.
The current version of the perl(strawberry 5.012 win32) that I am using already has given me enough tool for all needed graphics job. But I am particularly having troubles on doing sound and gamepad related works.
My question is would it be possible to communicate with the installed system's sound and gamepad related API using perl !WITHOUT! installing any additional CPAN modules? If not, I plan to use perl-to-SDL wrapper to get the job done. Just wanna make sure that there isn't an easier way before I jump into the SDL related stuff.
Thank you in advance:)