I apologize for the terseness of my message. What I'm really looking for, I think, is the name of the caller. For example, if the script was invoked by typing its name on the command line, that would be the shell and would equate to what I called COMMAND in my original question. If the program is called using backquotes from another perl script, I'd want the name of that script, or at least perl.exe as the caller--that would equate to SUBROUTINE in my original post. And FUNCTION in my original post is probably a rexx-only concept, sorta like using popen. I replied to your message out of the three, because "caller" really seems closest in intention to what I'm looking for, but as far as I can determine it only works for a subroutine called from within the same script. Maybe there's no way. I'm thinking now that a stack trace might give me what I want.

In reply to Re^2: invocation mode - how discover? by toolsmith
in thread invocation mode - how discover? by toolsmith

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.