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
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;
"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",
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
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