I need to dynamically include a Perl module, but if possible would like to stay away from eval due to work coding standards. This works:
$module = \"My::modu
i like doing things like..
require Win32::Console::ANSI if ( $^O eq "MSWin32" );