To answer your last paragraph:

I started not directly with CGI but with the problem to make a bilingual (German and English) website (a preprintserver and information about a research group) and to keep the information on both versions consistent. After some selfmade formats we ended up with XML (and XSLT as page generation language (all pages are static, since they change only once a week) so for that no perl was needed).

A while later, we needed a searchfunction for the preprints, which I wrote in perl, so that was the CGI-part. Now I have some additional scripts, one which generates a part of the announcement email (only a part, because there is always some personal stuff in it), and the last thing a perlscript to make a list of the abstracts of the preprints, with an index by author, which is in LaTeX.

And at home i wrote a small program together with my sister (her first programming experience in 10 years!) that helps her to cut sequences of letters (usually DNA-sequences), it is very primitive and cuts at the begin and the end.


In reply to Re: Re: Are we obsessed with CGI? by nefertari
in thread Are we obsessed with CGI? by rinceWind

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.