Well I have a chunk of code that I didn't write: (endline) setenv RAP_WP_TOP_DIR /jdev/morse/shared (endline) setenv WP_DEFAULT_CONFIG_DIR /jdev/morse/shared/config/wp_default (endline) setenv WP_LC_CONFIG_DIR /jdev/morse/shared/config/jnu_lc (endline) setenv WP_ND_CONFIG_DIR /jdev/morse/shared/config/jnu_nd (endline) setenv WP_SD_CONFIG_DIR /jdev/morse/shared/config/jnu_sd (endline) (endline) I can only assume from the context that this is similar to a filehandle and that these "filehandles" can be passed between diffent scripts. I have three questions: One... Is this assumption correct? Two... If so, what kind of rules regulate it's use? In other words, what do I have to do to let these other scripts see it? Three.. If my assumption is incorrect, what is this all about? Thanks, Pearte PS- I checked two O'Reilly's, no dice. PPS- I would love to know who to format text in this silly box.

In reply to setenv by Pearte

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.