I have to agree with you that this is a strange decision. BEGINs happening FIFO is obviously correct. The first one encountered is executed first, the second next etc.

With ENDs, intuatively, you would want think that the last one in the file would be the last one executed, the second from last, second from last etc. Ie. In LILO - Last in-Last out order.

I wonder if this comes down to someone missing the fact that LILO is actually the same as FIFO, and not FILO?

I'd rate this as a bug. No amount of documentation would persuade me this is correct. The fact the behaviour changes when certain command line switches are applied further persuades me that it is wrong.

If I ever need to make use of multiple END or CHECK blocks, I might even consider trying to find a way of applying the -n or -p switch to the script and 'disabling' the effects within the script so as to get the correct behaviour of the CHECK/END blocks:)


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller



In reply to Re: Execution order of END/CHECK vs BEGIN/INIT by BrowserUk
in thread Execution order of END/CHECK vs BEGIN/INIT by belden

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.