How to test if in a specfic UE(unified enviroment)?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashcraft
    New Member
    • Jan 2011
    • 9

    How to test if in a specfic UE(unified enviroment)?

    I test to see if I'm in a UE with this
    if( ! exists $ENV{‘WARD’})
    Is there a way to test more specfically? So sometimes to run certain programs you have to be just not in a UE but like one that has only permissions for a certain group like Integration or Validation?
  • toolic
    Recognized Expert New Member
    • Sep 2009
    • 70

    #2
    Can you clarify how this relates to Perl?

    Comment

    • Ashcraft
      New Member
      • Jan 2011
      • 9

      #3
      I'm writing my script in Perl.

      Comment

      • chorny
        Recognized Expert New Member
        • Jan 2008
        • 80

        #4
        What do you mean by "unified enviroment"?

        Comment

        Working...