Help for this page

Select Code to Download


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