in reply to Re: Structured Learning of Perl, Important or Not?
in thread Structured Learning of Perl, Important or Not?

btw: I used code tags for formatting i found no other way ...

Simply wrap your normal text paragraphs in <p>...</p> tags (and use <br> only when you have a good reason).  In this case, the browser will do the formatting in a way that optimally fits the window width, etc....

For example, the markup for your "Job perspectives" paragraph would've been:

<p> Job perspectives:<br /> Lately i am watching for job ads and yes there is often "web programmi +ng" or explicitily coding skills in Perl are demanded, even for system administration ... </p>

which renders as

Job perspectives:
Lately i am watching for job ads and yes there is often "web programming" or explicitily coding skills in Perl are demanded, even for system administration ...

HTH. Cheers.