Update: Yes, I am worried about the parameters showing up when someone runs 'ps'. It is a matter of complete indifference to me if users can merely tell that I am running Perl behind the scenes. The suggestion that I use environmental variables sounds promising. My understanding is as follows:

As they say at the Paris Perlmongers meetings, 'N'est-ce que pas?" Is what I have said about environmental variables in Korn and Perl true?

Recursive Update: Clearly there is more involved here than simply swapping environmental variables to and from Korn and Perl. Therefore, the best solution given the user requirement to provide a Korn shell function is simply to do the whole shmear in Korn.

By the way, it occurred to me that the Korn shell would have had more success as a scripting language if the developer had named it something imaginative like 'Tortilla'.


In reply to Re: Korn Shell Wrappers for Perl Module Functions? by sierrathedog04
in thread Korn Shell Wrappers for Perl Module Functions? by sierrathedog04

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.