in reply to Re: Win32::OLE->GetObject("winmgmts:") changes my locale
in thread Win32::OLE->GetObject("winmgmts:") changes my locale
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!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::OLE->GetObject("winmgmts:") changes my locale
by Corion (Patriarch) on Apr 20, 2009 at 13:43 UTC | |
by Boldra (Curate) on Apr 20, 2009 at 13:49 UTC |