Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      if ($r == 0) { print "ok\n"; }  else { print "nope\n"; }
      
    }
    
  2. or download this
    C:\...>perl perlmonks2.pl
    isutf8 test 1: ok
    ...
    dir test 1: nope
    dir test 2: ok
    C:\...>