I get really confused with the setgid and setuid. I need it for this one system command. The linking/checkin can only be done under that group. The below code works.

## system ("newgrp ankoor <<BLAH\n cleartool setview -exec \"cleartool ln + -s $rtl_compiles_dir/$new_release $topsim_dir/SIMULIBS/vcsmx/$new_re +lease\" $view_name \nBLAH\n 2>>$0.ERR") if (!$flag_link); ##

Yes the BLAH should come at the end theoretically, but that somehow causes issues, along with the redirecting error. The linking which I am trying to do works out fine but I get some garbage along with that which I am trying to redirect it to a log, and not on the stdout which will make it look messy. Here's the system command output I get.

## stty: standard input: Inappropriate ioctl for device Link created: "/cdb/topsimaegis//SIMULIBS/vcsmx/LINK_DIR". BLAH: Command not found. 2: Command not found. ##

As you see the redirecting also fails along with the label ending which goes unrecognized.


In reply to Re^2: system command with here-doc by Anonymous Monk
in thread system command with here-doc by amudelka

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.