local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; #### VinsWorldcom@C:\Users\VinsWorldcom> less -R There is no -R option ("less --help" for help) #### if ( $^O ne 'MSWin32' ) { ... }
## VinsWorldcom@C:\Users\VinsWorldcom> less -R There is no -R option ("less --help" for help) ##
## if ( $^O ne 'MSWin32' ) { ... }