<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>perl_learner</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/perl_learner/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.perl.org/users/perl_learner/atom.xml" />
    <id>tag:blogs.perl.org,2009-11-03:/users/perl_learner//880</id>
    <updated>2011-06-23T10:43:05Z</updated>
    <subtitle>A blog about the Perl programming language</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.38</generator>

<entry>
    <title>Exercise on subroutine</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/perl_learner/2011/06/exercise-on-subroutine.html" />
    <id>tag:blogs.perl.org,2011:/users/perl_learner//880.1890</id>

    <published>2011-06-23T10:34:07Z</published>
    <updated>2011-06-23T10:43:05Z</updated>

    <summary>hi there, Am new to perl. been very determined make some lines of code fromRandal l. Swartz work. It reads: write a subroutine named greet, that welcomes the person you name by telling them the name of the last person...</summary>
    <author>
        <name>perl_learner</name>
        
    </author>
    
    <category term="perlexercises" label="perl exercises" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://blogs.perl.org/users/perl_learner/">
        <![CDATA[<p>hi there,<br />
Am new to perl. been very determined make some lines of code fromRandal l. Swartz work.<br />
It reads: <br />
write a subroutine named greet, that welcomes the person you name by telling them the name of the last person it greets.</p>

<p>like; greet('fred');<br />
       greet('Barney');</p>

<p>This sequence of statement should print:<br />
Hi Fred! you are the first one here!<br />
Hi Barney i've seen Fred<br />
Hi Wilma i;ve seen Fred Barney<br />
HI Betty ive seen Fred Barney Wilma.</p>

<p><br />
I have folloed the tips and even implemented defined operator and state but nothing seem to work. Anyone with extensive knowledge of this should please help me with the answer.</p>]]>
        
    </content>
</entry>

</feed>
