Thank you for all the replies.
(Btw, I am the same Thushan. I don't have access to my other profile as I created it yesterday using my office email.)

Apologies for if I was not clear enough in my original post. But most people clearly saw the problem.

But obviously some did not see the problem.

It's clear that the above snipet is not some production code. It was written to show the bug. So, don't look at the wrong place and call it silly code. :)

For those who want to test:
First run the second code snipet and observe your system memory. You'll see no increased usage in it. Then run the first code snipet and do the same observation. You'll see that memory usage gradually increases over time (for the Perl process). That should not be the case. Read goto &sub_name syntax documentation.
I'll report a bug for this as suggested by Joost.
Thank you

In reply to Re: Recurse using goto; Bug? by Thushan2
in thread Recurse using goto; Bug? by Thushan

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.