Hi All,

I'm new to this group,i have a query,the query is in my module there are different skeleton files which is used as target to call the other perl files ,the skeleton files is just a simple mkskel file(it looks similar to perl not sure which language ).

So when the corresponding target is called ,while compliling it calls the exported variables ,out of this exported variables ,the password is alos one such factor which is also getting displayed, which is highly unacceptable i want that particular variable should be masked ,how to do that.

In simple words ,if u see the code which is mentioned below,while cmpliling it displays the variables such as DB2_NAME,DB@_USERNAME...out of this idon't want the variable DB2_PASSWORD should not be displayed.

${Main_file /sub_file.perl -s bnd -r ${DB2_NAME} -u ${DB2_ USERNAME} -p ${DB2_PASSWORD} \

In reply to Help in masking password by geethadilip

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.