Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
      s/canción/poesía/;
      rename "$directory\\$original", "$directory\\$_";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    $moveFile->Call(Encode::encode("UTF-16LE", $from),
        Encode::encode("UTF-16LE", $to));