I understand what you and davorg are saying, but I still don't think it unreasonable to have a section in the Tutorial pages for existing programmers who know how to do something in C++ for example and the page says how to do it in Perl. Curiousness is one thing, but a single reference page can be handy. Possibly this is too simple an example, but if you started off in Java and learnt that string concatenation done with the '+' operator, you need to know that the string concatenator in Perl is '.'. Yes, that was a very, very simple example, but I hope you know what I mean. One column, with, e.g. linked lists in C++ and the other with how it's done in Perl, with a link to perlref/bot/lol or whichever for the why. I would think of it like a faq. As a busy monk, you don't want to answer a whole lot of questions you've already answered, but you still want to help.

I have a wiry brain/each eye a camera


In reply to Re: Re: Helping Perl converts by robot_tourist
in thread Helping Perl converts by robot_tourist

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.