not all of us can find and understand the information that clearly and that fast.

Interesting. The first thing any user should be taught (after switching on and logging in/out) is the man command. Were you not?

Of course you may use a platform which doesn't feature this brilliant command, but that's OK because every perl user's first lesson should include a reference to perldoc. Did yours?

The thing is that even if your lessons did not include mention of these 2 fundamental commands, your favourite search engine should have helped.

You'll notice that the first result there comes straight back here to perlmonks. Further, the second is the page to which boftx linked. Both are excellent resources.

It would be my recommendation that you take the time to familiarise yourself with man and perldoc and get to grips with the query syntax of your favourite search engine. That way many answers can be found and much time saved.


In reply to Re^3: Can not get the same output from $dbh->do and $dbh->prepare by hippo
in thread Can not get the same output from $dbh->do and $dbh->prepare by thanos1983

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.