"Usually I can't transform my scripts to use strict... :( "
That's a highly suspect statement on several grounds:
  1. It might mean that you think you refine a script to satisfy strict after you have it working...
    or
  2. ... it might mean you can't understand the error messages you get when you add use strict...
    or
  3. ... you mean something else, equally untoward, that I 'just don't get.

If any of those cases obtain, you need to know
re 1: that's backwards; strict during writing/testing will save you problems AFTER you think you have everything working.
re 2: You really need to review the errors and the docs relating to each, until you do understand why your code produces unexpected outcomes.
re 3: We need clarification.

And, by the way, your initial inclination to mark the error message with <code.../code> tags was correct.


In reply to Re: Need help with mysql dump script by ww
in thread Need help with mysql dump script by repcsi

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.