in reply to (tye)Re: Can't find unicode character property definition via main-e or e.pl at unicode/Is/e.pl line 0
in thread Can't find unicode character property definition via main-e or e.pl at unicode/Is/e.pl line 0
I did not understand the problem at the time, but I found that I could fix it by inserting$dir =~ s/^$PodDir/$HTMLDir/o;
Now you explained the nature of the problem and showed two ways to make similar scripts more robust:# fix up the Win32 paths $PodDir =~ s( \\ )(/)gx; $HTMLDir =~ s( \\ )(/)gx;
|
|---|