Hi,
I can´t open files that have accented characters in their names. I'm working in MS Windows with ActiveState Perl.
Trying to run the folowing code:
use warnings; use strict; my $fn = 'acentó.dat'; if (open FN, "<", $fn) { print "file $fn opened\n"; close FN; } else { print "error opening $fn ($!)\n"; }
I get the output:
error opening acentó.dat (No such file or directory)
any idea???
thanks,
memo garcia
In reply to opening accented file names by memo.garciasir
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |