RE: Array Question

2003-06-25 Thread Anthony Beaman
Alan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 1:38 PM To: '[EMAIL PROTECTED]' Cc: Anthony Beaman Subject:RE: Array Question Oops, the second batch of code

RE: Array Question

2003-06-25 Thread Anthony Beaman
25, 2003 1:38 PM To: '[EMAIL PROTECTED]' Cc: Anthony Beaman Subject:RE: Array Question Oops, the second batch of code has a problem... It should read: print "Name your frien

RE: Array Question

2003-06-25 Thread Anthony Beaman
hould help you work out how to print out all entries in an array using the foreach thingy :o) DerekB -Original Message- From: Anthony Beaman [mailto:[EMAIL PROTECTED] Sent: 25 June 2003 13:24

RE: Array Question

2003-06-25 Thread Anthony Beaman
al Message- From: Rich Fernandez [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 9:30 AM To: Anthony Beaman Cc: [EMAIL PROTECTED] Subject:RE: Array Question

RE: Array Question

2003-06-25 Thread Anthony Beaman
ul Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 9:13 AM To: Anthony Beaman Cc: [EMAIL PROTECTED] Subject:Re: Array Question Anthony Beaman said: > Hi! I'm still wall

RE: Array Question

2003-06-25 Thread Anthony Beaman
Subject:Re: Array Question Hi Anthony >"Anthony Beaman" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >Hi! I'm still wallowing in Chapter 3 (Arrays. Why can't I get it?!?!?!

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 Anthony Beaman
h...I feel much better now... -Original Message- From: Paul Kraus [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:50 AM To: Anthony Beaman; 'Kipp, James'; [EMAIL PROTECTED] Subj

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Anthony Beaman
ter. Maybe I should treat them as "examples" instead. -Original Message- From: Kipp, James [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:40 AM To: Anthony Beaman; [EMAIL PROTECTED]

RE: Mastering "Learning Perl on Win 32 Systems"

2003-06-25 Thread Anthony Beaman
tle frustrated but I KNOW I can do this! -Original Message- From: Paul Kraus [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 8:36 AM To: Anthony Beaman; [EMAIL PROTECTED] Subject:RE: Ma

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

Array Question

2003-06-25 Thread Anthony Beaman
Hi! I'm still wallowing in Chapter 3 (Arrays. Why can't I get it?!?!?!? ARGH!) of Learning Perl on Win32 Systems. I'm trying to create an exercise but I'm not getting the results that I want. Here's what I'm trying to do: I'm asking for a list of names: print "Name your friends: "; @names

RE: Array Question (Learning Perl/Win32 Chapter Test Question)

2003-06-20 Thread Anthony Beaman
Sent: Friday, June 20, 2003 1:56 PM To: Anthony Beaman Cc: Jenda Krynicky; [EMAIL PROTECTED] Subject:RE: Array Question (Learning Perl/Win32 Chapter Test Question) On Jun 20, Anthony Beaman said:

RE: Array Question (Learning Perl/Win32 Chapter Test Question)

2003-06-20 Thread Anthony Beaman
To: [EMAIL PROTECTED] Subject:Re: Array Question (Learning Perl/Win32 Chapter Test Question) From: "Anthony Beaman" <[EMAIL PROTECTED]> > 2. Write a program that reads a number and then a list of strings (all

Array Question (Learning Perl/Win32 Chapter Test Question)

2003-06-20 Thread Anthony Beaman
Hi! Arrays are confusing me and I don't know why. I feel that I understand it but the test questions in Learning Perl for Win32 is tripping me up. For example, here's #2 below with the answer and explanation: 2. Write a program that reads a number and then a list of strings (all on separate lin

Perl Cheatsheets/Notes?

2002-10-08 Thread Anthony Beaman
Hi! I'm taking a refresher look at Learning Perl on Win32 (O'Reilly book) and I'm wondering if there are any notes posted for this book or any kind of notes or cheatsheets for Perl. I found the Perl Intro on Learning Perl.org to be helpful and anything like that would be great. I've gone throug

Open/Writing To A File Question

2002-10-08 Thread Anthony Beaman
Hi! I'm sure this is simple and I'm overlooking something but here goes. I'm trying to write a script that will ping a machine but print it's results to a file (in Wordpad; I'm using NT) and the file will open and show the results. I'm able to ping and I'm able to direct it to a file but it's n

RE: B/C - Re: Selftuition

2002-04-30 Thread Anthony Beaman
Sent: Monday, April 29, 2002 4:43 PM To: Anthony Beaman Cc: [EMAIL PROTECTED] Subject:RE: B/C - Re: Selftuition On Mon, 2002-04-29 at 15:45, Anthony Beaman wrote: > Bingo! I agree and I

RE: B/C - Re: Selftuition

2002-04-29 Thread Anthony Beaman
Bingo! I agree and I think that's my problem with all of this. I think that the documentation pages can be over a newbie's (myself) head. For example, the Win32 extensions are great and I'm really getting into them but I have problems sometimes getting them to run in my codes. Good advice, also

Learning to Code (was RE: Selftuition)

2002-04-29 Thread Anthony Beaman
I posted a similar question recently and got great answers! My problem with coding is that the learning process seems mysterious at times. I guess I'm used to a cut and dried approach to things and learning to code isn't, or am I wrong? For example, sometimes I'm not sure which books to read or

Studying & Source Code

2002-04-18 Thread Anthony Beaman
How's the best way to get the most out of studying and studying source code? I'm always reading that looking at source code (and coding in general) is the best way to learn to program. I'm taking stuff of the net and going through it and trying to make sure I can "read" it and trying to see wha

RE: Errors Running Learning Perl in Win32 Scripts

2002-04-16 Thread Anthony Beaman
ject:Re: Errors Running Learning Perl in Win32 Scripts On Tuesday, April 16, 2002, at 12:13 PM, Anthony Beaman wrote: > Thanks! > I can't find the file anywhere and I'm on NT. What would the name of this >

RE: Errors Running Learning Perl in Win32 Scripts

2002-04-16 Thread Anthony Beaman
Sent: Tuesday, April 16, 2002 3:02 PM To: [EMAIL PROTECTED] Subject:Re: Errors Running Learning Perl in Win32 Scripts On Tuesday, April 16, 2002, at 11:18 AM, Anthony Beaman wrote: > I did this and I'

RE: Errors Running Learning Perl in Win32 Scripts

2002-04-16 Thread Anthony Beaman
EMAIL PROTECTED] Subject:Re: Errors Running Learning Perl in Win32 Scripts On Tuesday, April 16, 2002, at 09:05 AM, Anthony Beaman wrote: > Thanks! I think your advice may apply to the following code that I'm

RE: Errors Running Learning Perl in Win32 Scripts

2002-04-16 Thread Anthony Beaman
ember, I'm a beginner. :-) (no flaming!) Thanks! -Original Message- From: David Gray [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 11:38 AM To: [EMAIL PROTECTED]; Anthony Beaman Subject:

Errors Running Learning Perl in Win32 Scripts

2002-04-16 Thread Anthony Beaman
Hi! I have version 5.005_03 and I'm using the Win32 version of the Learning Perl book. I'm having trouble running a few scripts. For example, when I run the following: Exercise 16.1 foreach $host (@ARGV) { ($name, $aliases, $addrtype, $length, @addrs) = gethostbyname($host); print "$host:\n

RE: A good book?

2001-06-04 Thread Anthony Beaman
I saw on the FAQ that the "Perl 5 for NT in 21 Days" was recommended for learning Win32. Though not on the FAQ, is Lemay's "Per in 21 Days" book also worthwhile? I'm coming from a total non-programming background and was looking at these 2 books (along with the "Learning Perl for Win32" book) at t