in reply to Game Nicknames to HTML

I've just taken a look at the VSK5 markup. Converting this to HTML is a rather complicated algorithm to implement for a new Perl programmer. Even assuming your algorithm skills from C programming come back to you, you will also need to learn a great deal of Perl syntax and conventions to do this. If this is a learning project, you might want to try something a little less ambitious.

To implement this you are going to need to:

I did write up a short demo program to generate the HTML (partly to understand what you need to learn to do this task). However, since this is a learning site and not a code writing service, I'd like to see your first attempt at this problem before I post any code.

Best of luck, beth

P.S. There is apparently a book especially designed for C programmers trying to learn Perl - I haven't read it but you might want to take a look at it: Perl for C Programmers.

Replies are listed 'Best First'.
Re^2: Game Nicknames to HTML
by baltic.sailor (Novice) on Mar 29, 2009 at 21:09 UTC
    Dear Beth,
    thanks for your detailed reply. I am really impressed about the great expertise that I have found here.

    I will try some coding but because my time is very limited I do not think that I will come to a solution that I am willing to post here :-)
    I will keep your suggestions in mind and use them as a guideline.

    Thanks a lot,
    Thomas