All,
It has been some time (almost a year) since I contributed Tie::Hash::Sorted and have never received any feature requests or bug reports. This could be because no one is using it or because it does everything anyone wants. There are several minor POD nits that I have said I would fix if/when I posted a new release but that just hasn't happened. Here is a loose collection of ideas that I have thought about since releasing but don't want to add code bloat without good reason: Of course all method names are subject to change

I am just not sure if my idea of usefulness

# effectively for ( $start_key .. $end_key ) { }
is actually useful. So what do you think? If these are all garbage - are there any useful ideas you can think of that I should add or should I just leave it alone?

Cheers - L~R


In reply to Opinions on adding functionality to Tie::Hash::Sorted by Limbic~Region

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.