<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=Exercise_5.3D</id>
	<title>Exercise 5.3D - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=Exercise_5.3D"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=Exercise_5.3D&amp;action=history"/>
	<updated>2026-07-17T11:20:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.cs.earlham.edu/index.php?title=Exercise_5.3D&amp;diff=10597&amp;oldid=prev</id>
		<title>Damian: New page: Return to Week 2 &lt;br&gt; Exercise 5.3 in &lt;i&gt;Beginning Perl for Bioinformatics&lt;/i&gt;&lt;/b&gt;  &lt;pre&gt; #!/usr/bin/perl -w  use strict;     #Damian Almiron  #Ex5-3   #Pseudocode:   # write a program...</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=Exercise_5.3D&amp;diff=10597&amp;oldid=prev"/>
		<updated>2009-12-18T16:35:30Z</updated>

		<summary type="html">&lt;p&gt;New page: Return to &lt;a href=&quot;/index.php/Week_2&quot; class=&quot;mw-redirect&quot; title=&quot;Week 2&quot;&gt;Week 2&lt;/a&gt; &amp;lt;br&amp;gt; Exercise 5.3 in &amp;lt;i&amp;gt;Beginning Perl for Bioinformatics&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;  &amp;lt;pre&amp;gt; #!/usr/bin/perl -w  use strict;     #Damian Almiron  #Ex5-3   #Pseudocode:   # write a program...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Return to [[Week 2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Exercise 5.3 in &amp;lt;i&amp;gt;Beginning Perl for Bioinformatics&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/perl -w&lt;br /&gt;
&lt;br /&gt;
use strict; &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
#Damian Almiron&lt;br /&gt;
&lt;br /&gt;
#Ex5-3 &lt;br /&gt;
&lt;br /&gt;
#Pseudocode: &lt;br /&gt;
&lt;br /&gt;
# write a program that prints all the numbers from 1 to 100.  &lt;br /&gt;
&lt;br /&gt;
#my variables &lt;br /&gt;
&lt;br /&gt;
my $count = 0; &lt;br /&gt;
&lt;br /&gt;
#Initialize the loop &lt;br /&gt;
&lt;br /&gt;
until ($count = 100) { &lt;br /&gt;
&lt;br /&gt;
    $count++; &lt;br /&gt;
&lt;br /&gt;
    print &amp;quot;$count\n&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
} &lt;br /&gt;
&lt;br /&gt;
exit;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Damian</name></author>
	</entry>
</feed>