in reply to Re: [OT] Why does newline in Windows print as having width?
in thread [OT] Why does newline in Windows print as having width?
use English qw( -no_match_vars );
See Devel::AssertOS Devel::CheckOS
use Devel::CheckOS qw/ os_is /; use if os_is(qw/ Win32 /), 'MyFormatter::Win32', 'Print'; use if !!os_is(qw/ Win32 /), 'MyFormatter', 'Print'; ... Print(...);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: [OT] Why does newline in Windows print as having width?
by anonymized user 468275 (Curate) on Aug 20, 2018 at 13:47 UTC |