
Louis Mc
Deleted
Apr 11, 2000, 7:55 PM
Post #3 of 4
(300 views)
|
|
Re: Looping and printing Part 2
[In reply to]
|
Can't Post
|
|
Ok, I'll give it a try. Thanks Rivotti! #defining $grabthem $grabthem= join("",@SortList); #loop, I'll have to look this '=~' #and this '/g' up in a PERL doc while($grabthem=~ /CR/g) #This I don't understand, but that's #why I'm here ;^) { $NumberLines++ }
|