The first contact with perl was from a student of Mediatechnik and Design who lived together with me (about 1996). He had to write some cgi-Scripts, but as good as he was in design, as bad he was in programming (I prefered C at that time). So he often asked me for advice, and sometimes I happened to help him, although I found perl terrible at that time (didn't know about strict and -w). About 1998, I had to learn perl for a holiday job to change some codes. Well, it worked somehow, although I used to program perl in C-Style. Within two months, I tried my best to improve my perl-Skills by reading the books Learning Perl and Programming Perl and even Advanced Perl, which was much to early at that time.

Later I got a project at a big german newspaper as a network administrator, but somehow I hardly managed any networks. I just wrote scripts to make management easier. There I got to know about Perl's beauty and rapid development, and started loving it.

The scripts got bigger and bigger, by and by I got to know CGI, Tk, Database programming, OOP, Client-Server-programming. I bought and read every book about Perl I could get, and at this time, Advanced Perl Programming was too late because I nearly knew everything what was written inside, so it wasn't interesting any more :-)

In 2000, I changed the project (where I still am) and develop a data synchronisation tool for a big german bank with data from several databases all over the world with a directory system, data exports, tools like parsing csv-Files and creating tcl-Configfiles for tools that set up directory schemes and the like.

Besides, I'm writing small scripts for other customers, e.g. an automatic bill-writing system based on excel with an interface to accounting (=bookkeeping?) software, a chat (see http://chat.fabiani.net/chat/) which will propably never finish, and some minor stuff.

Best regards,
perl -le "s==*F=e=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"


In reply to Re: How did you learn Perl? by strat
in thread How did you learn Perl? by venimfrogtongue

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.