Help for this page

Select Code to Download


  1. or download this
    perl -MConfig -wE "say $Config{'osname'}; $Config{'osname'} = 'Unix'; 
    +say $Config{'osname'}"
    
    MSWin32
    Unix
    
  2. or download this
    > perl -MConfig -wle "$Config{osname} = 'MSWin32';"
    %Config::Config is read-only