Help for this page
BEGIN { # need this to happen at compile time if ( $^O =~ /whatever/ ) { ... eval { Win32::OLE->import(); }; } }