You are mistaking CLI for the Command Prompt. Let's expand the CLI abbreviation ... it could be Command Line Interface, but it could also be Command Level Interface. It doesn't really matter whether you put a bunch of commands into a file and then click that file on the desktop of your MSWindows machine or whether you type the name of the file in your command prompt/shell. The important thing is that there are some commands that the program understands. And that the commands are in form "Take this file, do this action to it, select the first page, send it to the printer" and not "move the mouse to the first item in the programs menu and click, then move the mouse down until it rests over the word "Open", click, move the mouse over the inputline marked "File name" in the dialog titled "Open File", click, send the program these keystrokes, send it an {ENTER}, ..."

While the second is possible to some extent it's very hard to do anything meaningfull with it.


In reply to Re^6: GUIs and CLIs by Jenda
in thread The sad state of Perl documentation by SuperCruncher

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.