Thread Unicode (ä, ö, ü in German) Problem with File::Fi (9 answers)
Opened by TeddyC at 2003-09-01 18:11

Crian
 2003-09-01 19:54
#82714 #82714
User since
2003-08-04
5866 Artikel
ModeratorIn
[Homepage]
user image
[quote=TeddyC,01.09.2003, 16:11]finddepth(/&check_and_copy, $srcdir);[/quote]
I have noticed, that you are using a wrong character in front of your subroutine call, you have to use backslash instead of slash ... my testing is on the run.

Edit: Typo\n\n

<!--EDIT|Crian|1062432078-->
s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;

use strict; use warnings; Link zu meiner Perlseite

View full thread Unicode (ä, ö, ü in German) Problem with File::Fi