in reply to Re^2: How to have OS specific code sections in Perl
in thread How to have OS specific code sections in Perl

Thank you, that explains why I had to use:

use if ($^O eq 'linux'), 'MIDI::ALSA'

and why any other alternative with $LINUX I tried didn't work!