Ok, thank you for your support.
I was hoping to find something existing but if there is nothing then I will see if I will do the work or just go with an extra database table to "translate" the string.
Some further information: It will run on Win and Linux. Database is mysql. Race results are CSV Files that I parse with perl and insert results to mysql. After that another perl script is doing the math to calculate the result scores according to ISAF (International Sailing Federation). The results are stored in mysql too and the last step is to create a HTML page with the results on the web.
It would have been nice to present the boat names as they are defined in the game but I can find ways around that. My time is limited at the moment and I am new to perl that was why I thought it would be good to ask if there is a simple solution.
Thanks and best regards
Thomas
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.