I think this spilling-over is an advantage in printf, because in formats if you are not setting the placeholders correctly, it trims the ends, for example
my $string = "something"; format STDOUT= @<<<< $string . write; #"somet" and the rest is chopped away.
and in my case, I go back and start counting the "<"s and recalculate, and imagine if someone uses binoculars for glasses and how their counting would be. So in printf all the intervention you got to do in case something is spilling over is to just add a space or anything, I mean, a little intervention...

Frankly, , your tips are so amazing, I mean, they come to me at time that I need them emphasized over and over, usually, I do it this way, "incremental development" all the time, it takes time from me but I think I am gaining momentum, sometimes I lose track and go random, get stuck and come to PM to wench me out of the mud and other times I am smooth...hehehe

ummm, finally, check this Personality Splits and Programming, ELISHEVA wrote some informative advice, you might wanna add yours too for us all to learn from.... thanks Marshall and I am indebted.
Excellence is an Endeavor of Persistence. Chance Favors a Prepared Mind

In reply to Re^6: Writing to a file using Formats by biohisham
in thread Writing to a file using Formats by biohisham

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.