Re: Mastering "Learning Perl on Win 32 Systems"

2003-06-26 Thread Randal L. Schwartz
> "Charles" == Charles K Clarkson <[EMAIL PROTECTED]> writes: Charles> Whenever I do an exercise from one of the Charles> books that assume a unix environment, I skip Charles> the code that gets user input. If the code Charles> is written like this: Charles> my @names = ; Charles> I

Re: Mastering "Learning Perl on Win 32 Systems"

2003-06-26 Thread Randal L. Schwartz
> "Anthony" == Anthony Beaman <[EMAIL PROTECTED]> writes: Anthony> Any advice on getting through the LP/Win 32 book? I know I Anthony> can do it but I'm getting tripped up. I've moved on to other Anthony> chapters and I'm about to read Chapter 7 but I still haven't Anthony> gotten arrays and h

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Charles K. Clarkson
Whenever I do an exercise from one of the books that assume a unix environment, I skip the code that gets user input. If the code is written like this: my @names = ; I change it to: my @names = ( qw/ joe bob jack / ); Then I type (or copy) the rest of the code from the example. Wind

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread McMahon, Christopher x66156
29 AM To: [EMAIL PROTECTED] Subject: Mastering "Learning Perl on Win 32 Systems" Any advice on getting through the LP/Win 32 book? I know I can do it but I'm getting tripped up. I've moved on to other chapters and I'm about to read Chapter 7 but I still haven't gotten a

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Jenda Krynicky
From: "Paul Kraus" <[EMAIL PROTECTED]> > Put the book down. At first I thought you want to suggest that he puts the book down and goes out for a walk to ease the stress ... > Go and buy learning perl from oriely. You can whip > through this book in a day or two and it will lay down all of the >

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Anthony Beaman
us [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 9:02 AM To: Anthony Beaman; 'Kipp, James'; [EMAIL PROTECTED] Subject: RE: Mastering "Learning Perl on Win 32 Systems" Glad you figured it out

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Paul Kraus
understandable explanation. It's like the borg collective ;) Paul Kraus -Original Message- From: Anthony Beaman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:55 AM To: [EMAIL PROTECTED]; Kipp, James; [EMAIL PROTECTED] Subject: RE: Mastering "Learning Perl on Win 32 Systems

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Kipp, James
Post the exercise and the code you tried. we will help you > -Original Message- > From: Anthony Beaman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 8:55 AM > To: [EMAIL PROTECTED]; Kipp, James; [EMAIL PROTECTED] > Subject: RE: Mastering "Learning Pe

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Anthony Beaman
To: Kipp, James; [EMAIL PROTECTED] Subject: RE: Mastering "Learning Perl on Win 32 Systems" Could I be putting too much stock into the exercises? That's where I'm getting frustrated. For example, I'm treating them as "test" e

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Paul Kraus
Give us some examples. -Original Message- From: Anthony Beaman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:46 AM To: Kipp, James; [EMAIL PROTECTED] Subject: RE: Mastering "Learning Perl on Win 32 Systems" Could I be putting too much stock into the exercis

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Derek Byrne
n; [EMAIL PROTECTED] Subject:RE: Mastering "Learning Perl on Win 32 Systems" > Any advice on getting through the LP/Win 32 book? I know I > can do it but I'm getting tripped up. I've moved on to othe

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Anthony Beaman
Subject: RE: Mastering "Learning Perl on Win 32 Systems" > Any advice on getting through the LP/Win 32 book? I know I > can do it but I'm getting tripped up. I've moved on to other

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Kipp, James
> Any advice on getting through the LP/Win 32 book? I know I > can do it but I'm getting tripped up. I've moved on to other > chapters and I'm about to read Chapter 7 but I still haven't > gotten arrays and hashes. My study routine consists of > reading and taking notes; studying the notes; g

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Anthony Beaman
have done it better. -Original Message- From: Anthony Beaman [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:29 AM To: [EMAIL PROTECTED] Subject: Mastering "Learning Perl on Win 3

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Paul Kraus
: Mastering "Learning Perl on Win 32 Systems" Any advice on getting through the LP/Win 32 book? I know I can do it but I'm getting tripped up. I've moved on to other chapters and I'm about to read Chapter 7 but I still haven't gotten arrays and hashes. My study r

Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Anthony Beaman
Any advice on getting through the LP/Win 32 book? I know I can do it but I'm getting tripped up. I've moved on to other chapters and I'm about to read Chapter 7 but I still haven't gotten arrays and hashes. My study routine consists of reading and taking notes; studying the notes; going through