I think that when you are not interested in certain kind of solution you should explain why, especially if the solution that you don't want is the most natural for most people. A common problem is that the poster has a prejudice that a given solution cannot work when it actually works.
For example, people very often say that they want to do something without using CPAN modules. When questioned they usually say that it is because they don't have root access and can't install them. That is absurd! Not only are there ways of installing modules in directories that you can access, but even the worst case scenario, if you are able to copy and paste code from a perlmonks.org node, you can also copy it from CPAN (of course, I'd recomment trying to install it properly first). (Licensing issues may be more complicated, though.)
The same may also apply to databases. If you want to write hundreds of lines of code to do something that you could do with a few lines and a free database, I'll be more motivated to reply if at least you say why you don't want a database. Even if it's just because it was a homework problem that stated "do this without using a database".
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.