my $foo = '7.5'; # a string my $winmgmts = Win32::OLE->GetObject("winmgmts:"); #spooky action-at-a-distance $foo < 7.5 and die("version too old"); #dies here!