Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: My Solution: Tk Entry & Right Single Quote

by cmv (Chaplain)
on Apr 24, 2024 at 20:48 UTC ( [id://11159088]=note: print w/replies, xml ) Need Help??


in reply to My Solution: Tk Entry & Right Single Quote
in thread Tk Entry & Right Single Quote

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11159088]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2026-05-12 05:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.