Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ol> <li>Write code</li> <li>Run code in one of two ways[*] <ol> <li>Compiled languages (C, C++, D, Java, C#) <ol> <li>Compile the code into an executable file with the <em>compiler</em> tool.</li> <li>Run the executable</li> </ol></li> <li>Interpreted languages (Perl Python Ruby Lua Haskell Lisp &amp; more) <ol> <li>Run the code in an interpreter, e.g., <code>perl foo.pl</code></li> </ol></li> </ol></li> <li>Debug code. </li> </ol> <p>edit: Since the question was refined to be the Perl development cycle...</p> <p>You will need an editor and a 'shell', which is used to command the system with. In particular, you want a 'command-line interface'. On Windows, you start this with running cmd.exe on the Run dialog (Windows + R is the shortcut).</p> <p>You see a strange black and white box with a blinking cursor, reminding you of ancient systems redolent of gurus and wizards. You panic and refer to Google, getting a <a href="http://commandwindows.com/" rel="nofollow noreferrer">web page</a>. Finding the command to change directory and list files is recommended...</p> <p>Upon arriving at the directory where you stored your Perl file, you issue the command <code>perl myfilename.pl</code>, where <code>myfile.pl</code> is the file you saved. As is common for programming, you find some errors that appear to be incomprehensible, and you refer to Stackoverflow.com once again...</p> <p>* I have elided, glossed, and moved past many of the details, as this is an introductory question. A full discussion is known as "senior-level course on compilers".</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload