My manual says that there is a way but only by using the shell, now that would be very old fashioned for such a sophisticated language.

Notwithstanding how "old fashioned" using the shell may seem to you, or even actually be, a CLI shell is still the best way, and the most efficient one, for one to work in many circumstances, and in fact the "sophistication" of a language like Perl has nothing to do with the ability of the OS it's run on to call it by clicking on a fancy icon in a GUI, indeed "simplicity is the essence of happiness" and believe it or not advanced users tend to prefer shell based environments. Actually there are now desktop environments for *NIX osen which imitate and even go far beyond Windows' bells-and-whistles-ness, but even there people often has a bunch of terminal emulators open to do, well, stuff. The rationale being, it's had to think you can get out more and more quickly out of a mouse with three or so buttons than from a keyboard with one hundred and odd...


In reply to Re: Running scripts normally without using shell? by blazar
in thread Running scripts normally without using shell? by newbie

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.