Changes
From Biolecture.org
Created page with "<p>1. We can <a href="https://www.activestate.com/activeperl">downlad Activeperl</a> for Windows.</p> <p>2. Let's make simple code for printing "Hello World!" in p..."
<p>1. We can <a href="https://www.activestate.com/activeperl">downlad Activeperl</a> for Windows.</p>
<p>2. Let's make simple code for printing "Hello World!" in perl.</p>
<p>Open a Notepad and type these:</p>
<p>use strict;<br />
use warnings;</p>
<p>print "Hello, World!\n";</p>
<p>3. Save the file with "Hello.pl" # In my case, I saved it in folder "perl" in "E drive". The file directory is "E:\perl"</p>
<p>4. Run "cmd"</p>
<p>5. Find file directory and lern "Hello.pl" like my example</p>
<p><img alt="" src="/ckfinder/userfiles/images/run.PNG" style="height:190px; width:436px" /></p>
<p>2. Let's make simple code for printing "Hello World!" in perl.</p>
<p>Open a Notepad and type these:</p>
<p>use strict;<br />
use warnings;</p>
<p>print "Hello, World!\n";</p>
<p>3. Save the file with "Hello.pl" # In my case, I saved it in folder "perl" in "E drive". The file directory is "E:\perl"</p>
<p>4. Run "cmd"</p>
<p>5. Find file directory and lern "Hello.pl" like my example</p>
<p><img alt="" src="/ckfinder/userfiles/images/run.PNG" style="height:190px; width:436px" /></p>