I need to die from deep within a library. And I need to generate my own ' at script line n, <fh> line m.' suffix because die's idea of script/line will not be helpful to the user.

$. provides the line number of the last touched file. (or is undef is there is no such file).

Question: How can I determine the file handle name of the corresponding (last touched) file? (so I can generate ", <HISFH> line n") I haven't found this documented.

I suppose I could do an eval die "fake" and parse the result from $@, but that seems rather heavy-handed...is there a sensible alternative?

Thanks

This communication may not represent my employer's views, if any, on the matters discussed.


In reply to How do I replicate die's magic with $. ? by tlhackque

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.