Help for this page

Select Code to Download


  1. or download this
    use Config;
    use utf8::all if $Config{osname} eq 'Linux'; # perl adamantly ignores 
    +the condition
    
  2. or download this
    use Config;
    use if $Config{osname} eq 'Linux', 'utf8::all';