Re: perl real life exercise

2010-10-15 Thread Parag Kalra
I would suggest few things: 1. Maximum participation at perlmonks.org and beginners@perl.org (Not just asking questions but monitoring these forums to answer as much as you can) 2. Using Perl, try to automate every computer related tasks which you do frequently at your work place or may be at home

Re: Disadvantages of "our" v. "my" when declaring variables

2010-10-15 Thread Brandon McCaig
On Fri, Oct 15, 2010 at 11:40 PM, Owen Chavez wrote: > I've started experimenting with the use of subroutines in place of large, > repeating blocks of code in a few of my programs.  Without exception, these > subroutines require variables defined outside of the subroutine.  Unless I'm > mistaken,

Re: Disadvantages of "our" v. "my" when declaring variables

2010-10-15 Thread Uri Guttman
> "OC" == Owen Chavez writes: OC> I've started experimenting with the use of subroutines in place of OC> large, repeating blocks of code in a few of my programs. Without OC> exception, these subroutines require variables defined outside of OC> the subroutine. Unless I'm mistaken, th

Disadvantages of "our" v. "my" when declaring variables

2010-10-15 Thread Owen Chavez
Hello, I've started experimenting with the use of subroutines in place of large, repeating blocks of code in a few of my programs. Without exception, these subroutines require variables defined outside of the subroutine. Unless I'm mistaken, the only way to make these variables available within

Re: perl real life exercise

2010-10-15 Thread eko . budiharto
The best way to learn perl ini real life is the real case in the real life, so you will be much more familiar and gain more knowledge about perl. I think learning other programming language is the same. :) Sent from my BlackBerry® smartphone from Sinyal Bagus XL, Nyambung Teruuusss...! -Or

Re: perl real life exercise

2010-10-15 Thread Rob Coops
On Fri, Oct 15, 2010 at 9:02 AM, Agnello George wrote: > HI > > Is there any site or any book other than "learning perl" where i would get > real life exercises on perl scripting. > > Thanks > > -- > Regards > Agnello D'souza > Hi Angello, What is your real life? I mean there are great books abo

Re: perl real life exercise

2010-10-15 Thread Jeff Peng
于 2010-10-15 15:02, Agnello George 写道: HI Is there any site or any book other than "learning perl" where i would get real life exercises on perl scripting. Thanks perl cookbook. -- Jeff Peng http://nsbeta.info -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional command

Re: perl real life exercise

2010-10-15 Thread Uri Guttman
> "AG" == Agnello George writes: AG> Is there any site or any book other than "learning perl" where i AG> would get real life exercises on perl scripting. real life is not exercises. there are more books you can read, the perl docs have many good tutorials (don't read web tutorials, most

perl real life exercise

2010-10-15 Thread Agnello George
HI Is there any site or any book other than "learning perl" where i would get real life exercises on perl scripting. Thanks -- Regards Agnello D'souza