Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8" ?> 
    <config>
     <srcdir>d:\temp\source\test2</srcdir>
     <dstdir>d:\temp\source\test5</dstdir>
    </config>
    
  2. or download this
    #!d:\perl\bin\perl.exe -w
    use File::Find;
    ...
      print "\$_ = $_\n";
    }
    
  3. or download this
    D:\temp\source>newcopy6.pl
    $srcdir: d:\temp\source\test2
    ...
    $_ = &#9500;&#9570;a
    $_ = .
    $_ = .
    
  4. or download this
    $srcdir: d:\temp\source\test2
    is NOT utf8
    ...
    $_ = öa
    $_ = .
    $_ = .
    
  5. or download this
    $srcdir: d:\temp\source\test2
    is NOT utf8
    ...
    $_ = &#30797;
    $_ = .
    $_ = .
    
  6. or download this
    sub fixutf8 {
      for (@_) {
    ...
    
      }
    }
    
  7. or download this
    $srcdir: d:\temp\source\test2
    is NOT utf8
    ...
    $_=.#$_=. is NOT utf8
    $_ = .