Re: Not reading an array properly

2002-04-08 Thread bob ackerman
On Monday, April 8, 2002, at 12:09 PM, Michael D. Risser wrote: > On Monday 08 April 2002 11:46 am, bob ackerman wrote: >> On Monday, April 8, 2002, at 11:21 AM, Michael D. Risser wrote: >>> I have an array that contains some filenames that I wish to check for, >>> however >>> I don't seem to

Re: Not reading an array properly

2002-04-08 Thread Michael D. Risser
Thanks! That did the trick, I *KNEW* there had to be a better way to do it, I just didn't know what it was :-) On Monday 08 April 2002 01:43 pm, John W. Krahn wrote: > > sub check() { > > my ($dir,@toCheck) = @_; > > my $last = @toCheck; > > my $i; > > my $valid;

Re: Not reading an array properly

2002-04-08 Thread John W. Krahn
"Michael D. Risser" wrote: > > I have an array that contains some filenames that I wish to check for, however > I don't seem to be checking the array, at least not in the manner I expect > ;-) Here's the relevant offending code: > > my @lsLib = ("libListTree.a", >"libXpm.a",

Re: Not reading an array properly

2002-04-08 Thread Michael D. Risser
On Monday 08 April 2002 11:46 am, bob ackerman wrote: > On Monday, April 8, 2002, at 11:21 AM, Michael D. Risser wrote: > > I have an array that contains some filenames that I wish to check for, > > however > > I don't seem to be checking the array, at least not in the manner I > > expect ;-) Her

Re: Not reading an array properly

2002-04-08 Thread bob ackerman
On Monday, April 8, 2002, at 11:21 AM, Michael D. Risser wrote: > I have an array that contains some filenames that I wish to check for, > however > I don't seem to be checking the array, at least not in the manner I expect > ;-) Here's the relevant offending code: > > my @lsLib = ("libListTre

Not reading an array properly

2002-04-08 Thread Michael D. Risser
I have an array that contains some filenames that I wish to check for, however I don't seem to be checking the array, at least not in the manner I expect ;-) Here's the relevant offending code: my @lsLib = ("libListTree.a", "libXpm.a", "libfalk.a",