I'm pretty sure that a lot (really a lot) of people roll into Perl via the Web and CGI area. I'm again linking to Idiotic Perl by davorg, which describes the many problems that arise from that fact.

I, too, got into Perl after HTML and JS and wanted to add "dynamic stuff" and learn something cool. I bought a really bad book and wrote really bad Perl, but I had the luck to meet the "right people" and find the "right resources" (like PerlMonks and Oreilly Books).

I do not only assume, i know that there are many, many people getting involved with Perl connected to learning HTML. This has at least one funny reason: SelfHTML, the most famous HTML Tutorial in Germany has a chapter called "Perl/CGI" and all the guys that are pointed to SelfHTML, for it is a really good HTML Tutorial and Ressource, at least notice that chapter and directly connect "Perl" with "CGI" and one day they have a look at it. And although the SelfHTML people have improved the "Perl/CGI" chapter a lot with version 8.0 (added -w and use strict and use CGI; plus added explanation that CGI is not Perl), they still have that dangerous headline "Perl/CGI" and the code is still rather dull.

--
http://fruiture.de

In reply to Re: Rolling into Perl by fruiture
in thread Rolling into Perl by robartes

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.