Re: Real Beginner

2011-04-21 Thread Tiago Hori
Thanks everybody. This gives me a lot of material to work on and think about. I am likely to come back with more questions as I move further into the book. Cheers, T. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.

Re: Real Beginner

2011-04-21 Thread Jenda Krynicky
From: Tiago Hori > Hey Guys, > > I am a real beginner so at the risk of being slammed by some, I wanted to > get some input. Don't worry, there are people here that will protect you and shout you were slammed even if you do not feel hurt at all. > 5. [10] Modify the prev

Re: Real Beginner

2011-04-21 Thread Karl Kaufman
- Original Message - From: "Tiago Hori" To: Sent: Thursday, April 21, 2011 2:03 PM Subject: Real Beginner I was trying to do exercise 5 of the 5th edition of learning perl: ... 4. [10] Write a subroutine, named greet, that welcomes the person you name by telling them t

Re: Real Beginner

2011-04-21 Thread Karl Kaufman
- Original Message - From: "Shlomi Fish" To: Cc: "Tiago Hori" Sent: Thursday, April 21, 2011 3:01 PM Subject: Re: Real Beginner On Thursday 21 Apr 2011 22:03:27 Tiago Hori wrote: print "Hi $name! "; You're missing a "\n". Na

Re: Real Beginner

2011-04-21 Thread Brian F. Yulga
Tiago Hori wrote: Hey Guys, I am a real beginner so at the risk of being slammed by some, I wanted to get some input. I'm a beginner, too. I've worked through this chapter somewhat recently, so my advice shouldn't be too hard to understand :-) Hopefully _I_ don't

Re: Real Beginner

2011-04-21 Thread Shlomi Fish
Hi Tiago, Welcome aboard. I'll supply some comments on how to improve your code: On Thursday 21 Apr 2011 22:03:27 Tiago Hori wrote: > Hey Guys, > > I am a real beginner so at the risk of being slammed by some, I wanted to > get some input. > > I was trying to do exerci

Re: Real Beginner

2011-04-21 Thread Paul Johnson
On Thu, Apr 21, 2011 at 04:33:27PM -0230, Tiago Hori wrote: > Hey Guys, > > I am a real beginner so at the risk of being slammed by some, I wanted to > get some input. I certainly hope you don't get slammed, but I understand the trepidation. > Hi Betty! I've seen:

Real Beginner

2011-04-21 Thread Tiago Hori
Hey Guys, I am a real beginner so at the risk of being slammed by some, I wanted to get some input. I was trying to do exercise 5 of the 5th edition of learning perl: It is based on exercise 4, so I will paste both here: 4. [10] Write a subroutine, named greet, that welcomes the person you