Hello fellow monks, I don't know if my post is appropriate here, but I thought I give it a shot... I have a perl script that calls some C scripts (which I have not written myself). I call the C scripts using the print `` command in my perl script and the C scripts run on the shell.
What I wanted to ask is the following: My scripts (both perl and C) run ok, but, since I have all the programs run on a server machine, I want to put the process in the background so that I can close my terminal. The thing is that the C programs show some output while they are executed and, when I tried to use perl my_program.pl > res &, the output of the C programs kept appearing on my screen.
I found something like 1>&2 on the Internet, is that correct?

In reply to perl and shell by Anonymous Monk

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.