Tanktalus, Thanks for your reply. I do appreciate the help. I am very green to perl and "perl speak". The reason I am validating an environment variable is the fact that the value could be passed through the url (if someone happened to guess the variable name). From everything I read, it is suggested that "security through obscurity" is wrong. I just want to make sure that my script will be as "bullet proof" as possible. As for the CGI::remote_host(), I'll have to look into that.

My script was basically pieced together from other scripts I had found. I tried the best I could to understand what was going on and thus the reason for the incorrect use of "return".

I think I understand what you are saying, and I will give this a try.

In reply to Re^2: passing variables between subroutines by budreaux
in thread passing variables between subroutines by budreaux

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.