HI, 1) I am trying to write a perl script to run my already compiled C++ program. Since i need to run this program many times (25 times atleast) How do i do this? 2) and every time the C++ code creates a text file output by name say "data.txt" i need perl to rename this file as say 1.txt, 2.txt, where the number indicates the how many times the C++ code is being called. Or should i create a new file and copy all the C++ output into it. How to do this? 3) Once i have these new files 1.txt, 2.txt etc., i need to update them, basically they have 3-4 columns and 100's of rows of numbers in them. I need to add or subtarct something from each of the numbers in the file. Basically how to update the files? 4)) also for each run i need to specify some arguements or user input at the console. How to do this? I am a novice to perl.. So any suggestions would be of great help. Thanks in advance

In reply to Running C++ multiple times and saving the output 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.