in reply to Re^3: Problem with ``use if COND, Some::Module'' on Linux
in thread Problem with ``use if COND, Some::Module'' on Linux
I would think that:
works the same way, doesn't it?my $is_win = $^O =~ /MSWin/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Problem with ``use if COND, Some::Module'' on Linux
by Anonymous Monk on Apr 08, 2016 at 19:30 UTC |