I don't have EPIC installed, but from the description I'd expect to see two textfields/-areas...

Your expectations are quite right;-) One area to enter the command line arguments for your program, one area to enter the arguments for Perl. It works quite well and both on Windows and Linux. There are more advanced options and other tabs in this dialog box though.

So, I'm wondering what happens with any arguments you enter there? Seems like basic functionality...

It * is * basic functionality and it works as expected, i.e. the arguments are passed to Perl and the script respectively. It works fine in practice though frankly speaking there is no need to use this functionality. Both on Windows and Linux the command line is more flexible. The only advantage I can think of is that you don't have to switch to another Window if you work from Eclipse/EPIC. It does give some nice other features.


In reply to Re^2: Command line options in EPIC (Perl + Eclipse) by dHarry
in thread Command line options in EPIC (Perl + Eclipse) by citromatik

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.