|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: My Solution: Tk Entry & Right Single Quoteby cmv (Chaplain) |
| on Apr 24, 2024 at 20:48 UTC ( [id://11159088]=note: print w/replies, xml ) | Need Help?? |
|
Folks-
One other thing... If you are trying to create a perl executable of the above script using par (with either pp or pp_autolink, the following will not work: pp_autolink -v -o squote.exe squote.pl This is because the translation tables are not being found and included. To fix this issue, use the following command: pp_autolink -v -M Text::Unidecode:: -o squote.exe squote.pl The trailing :: tells par to include both the file Text::Unidecode.pl and the directory Text::Unidecode which contains all of the necessary translation tables. I wanted to document this here as well, so when I forget later on - I'll have a chance of catching it again. -Craig
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||