You are absolutely correct! -- Reading is my weakness/laziness, and w/ PERL documentation -- even boring -- i do not like the way they write it -- always read books on the web written other way -- for years notwithstanding always had the doc package installed w/ my «Linux» distro.

And thank you for the time spent on me! -- I really appreciate it! -- You are the one that could write books/articles on PERL!

I've looked at the module of course -- otherwise farther talk would be useless. But from quick look didn't find anything interesting to me. English wasn't a problem -- the way how info. is given is the problem. I would point you to a situation, when a doc. writer (like PERL, again), says something like, Well, you how Peter does... (here goes something that related to the Peter's saying) -- but i do not know «Peter», nor the way he «says» -- so, farther reading for me is w/ some kind of lack -- something that is always missed while reading the documentation. -- The same w/ most modules of PERL description: they are poorly organized, poorly explained, not enough (for me) examples are given, etc. -- All this «blesses» such people as i am (sure, i'm not the only one thinking the way) just to quit w/ the modules, and rather that to use already, probably, well designed and well tested code, go and write their own one -- that works, and every bit of it is easily understood, and documentation in parallel is written (to forget not in the future the ideas of a «genius» :o) ). -- Just a brief explain «why».

Because you have explained about the module and my own notices on how people use it -- I too wanted to use it, but not quickly (because of documentation again).

For now, i have solved my problem having organized my data in the file as follows:

q~\'asdasd~, q~fghfg, hfgh~

And it works perfectly. May, w/ a time i will change it all to a DB (for size of array will be great -- but again, i will have to put in array -- so...).

And thank you for your time!


In reply to Re^4: do does not read massive containing element w/ ' sign. by nikolay
in thread «Do» does not read an array containing element w/ «'» sign. by nikolay

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.