May I ask why that site should be avoided?

I will comment on some random excerpts from the site below.

It is actually one of the cleaner sites out there. The sample code is at least legible without me having to <ctrl><mousewheel-up> to read it. It looks like it has a W3Schools feel to it.

Should I create a deliberately full of bullshit clean site with a W3Schools feel, would you trust everything that's written into it, or consider it valuable?

Is it the fact that the tutorial is geared for web development? Web development and scripting go hand-in-hand. That is the reason I came here; I want to have a better and smaller web site through scripts. Javascript is too confusing, but Perl looks like it at least has some hard and fast rules to use it.

(Client-side) JavaScript and (server-side) Perl serve different purposes, although

(Yes: I have issues with the tutorial being geared for web development, but that's an idiosyncrasy of mine so I'm not bringing it forth as a "rational" argument.)

I'm not commenting on your will to make your site smaller and better by means of server side scripting and I wish nothing but the best for you in this respect.

A select box, a hash of arrays, and a loop might save me the headache of maintaining 9 seperate web pages. (Though I am not sure about how Google will list it; will I get the listings for each option <hoping>, or just the one, or none because it would be a Perl script.)

You surely have several options to have all of your pages indexed. Of course you can make your urls also look like they were those of a static page. Take for example the link above and consider the url http://en.wikipedia.org/wiki/AJAX: do you really think that there's a physical /path/to/wiki/AJAX on the machine running the server for that site?

Oh, and sorry for not linking it. I am still getting used to posting here. This forum is unlike the ones I am used to where I have to actually use html code to make by posts look good, though, I can handle it.

That's not a problem: you can learn as you go. You can use some restricted (which is very good, IMHO) HTML code in your posts. You also have shortcuts that make your life considerably easier. To me it's much more handy to write e.g. [wp://AJAX] than <a href="http://en.wikipedia.org/wiki/Special:Search?search=AJAX">AJAX</a>.


Here are some comments to excerpts from the site:

Update: at the request of the person I'm replying to, Lady_Aleena, I put the above in spoiler tags and duplicated it to a new meditation.


In reply to Re^5: Creating a random generator by blazar
in thread Creating a random generator by Lady_Aleena

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.