Re: variables not being valued

2004-03-01 Thread Eric Edwards
From: "$Bill Luebkert" Modified script - bad line commented out in good_word . Thanks $Bill. If I would have put "use strict" in mu program I would have caught most of those problems at the start. Thanks a bunch for the help and showing me a different way to do things. Eric > Eric Edwards wrote

Re: variables not being valued

2004-03-01 Thread $Bill Luebkert
Eric Edwards wrote: > Hello listers, > I am using "Learning Perl on Win 32 Systems" and am having a problem(a > pretty hasic problem) with one of the programs in the book. I cammot get > the variables $somename and $someguess to value. I have checked and > de-bugged this thing amd can't figure o

variables not being valued

2004-03-01 Thread Eric Edwards
Hello listers, I am using "Learning Perl on Win 32 Systems" and am having a problem(a pretty hasic problem) with one of the programs in the book. I cammot get the variables $somename and $someguess to value. I have checked and de-bugged this thing amd can't figure out what is wrong. Maybe I have