in reply to use conditional
You are missing the (fat) comma:
use if $VersionOS eq 'Win', Win32::OLE => 'CP_UTF8';
From the documentation for if the syntax seems clear.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use conditional
by haukex (Archbishop) on Dec 12, 2019 at 20:19 UTC | |
|
Re^2: use conditional
by Takamoto (Monk) on Dec 12, 2019 at 20:53 UTC |